mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-11-23 00:22:59 +05:30
reorder instance lists
This commit is contained in:
parent
da2efdb5ba
commit
cb74779038
@ -22,28 +22,42 @@ const instances: Instances[] = [
|
||||
{
|
||||
name: "Privacy front-ends",
|
||||
data: [
|
||||
//{
|
||||
// name: "Invidious",
|
||||
// description: "A front-end for YouTube.",
|
||||
// eu: "https://invidious.projectsegfau.lt/",
|
||||
// short_eu: "https://i.psf.lt/",
|
||||
// us: "https://inv.us.projectsegfau.lt/",
|
||||
// short_us: "https://i.us.psf.lt/",
|
||||
// in: "https://inv.in.projectsegfau.lt/",
|
||||
// short_in: "https://i.in.psf.lt/",
|
||||
// tor: "http://inv.pjsfkvpxlinjamtawaksbnnaqs2fc2mtvmozrzckxh7f3kis6yea25ad.onion",
|
||||
// icon: "/icons/invidious.svg"
|
||||
//},
|
||||
//{
|
||||
// name: "Piped",
|
||||
// description: "Another front-end for YouTube.",
|
||||
// eu: "https://piped.projectsegfau.lt/",
|
||||
// short_eu: "https://pi.psf.lt/",
|
||||
// us: "https://piped.us.projectsegfau.lt/",
|
||||
// short_us: "https://pi.us.psf.lt/",
|
||||
// in: "https://piped.in.projectsegfau.lt/",
|
||||
// short_in: "https://piped.in.projectsegfau.lt/",
|
||||
// icon: "/icons/piped.svg"
|
||||
//},
|
||||
{
|
||||
name: "Invidious",
|
||||
description: "A front-end for YouTube.",
|
||||
eu: "https://invidious.projectsegfau.lt/",
|
||||
short_eu: "https://i.psf.lt/",
|
||||
us: "https://inv.us.projectsegfau.lt/",
|
||||
short_us: "https://i.us.psf.lt/",
|
||||
in: "https://inv.in.projectsegfau.lt/",
|
||||
short_in: "https://i.in.psf.lt/",
|
||||
tor: "http://inv.pjsfkvpxlinjamtawaksbnnaqs2fc2mtvmozrzckxh7f3kis6yea25ad.onion",
|
||||
icon: "/icons/invidious.svg"
|
||||
},
|
||||
{
|
||||
name: "Piped",
|
||||
description: "Another front-end for YouTube.",
|
||||
eu: "https://piped.projectsegfau.lt/",
|
||||
short_eu: "https://pi.psf.lt/",
|
||||
us: "https://piped.us.projectsegfau.lt/",
|
||||
short_us: "https://pi.us.psf.lt/",
|
||||
in: "https://piped.in.projectsegfau.lt/",
|
||||
short_in: "https://piped.in.projectsegfau.lt/",
|
||||
icon: "/icons/piped.svg"
|
||||
name: "SearXNG",
|
||||
description: "A private metasearch engine.",
|
||||
geo: "https://search.projectsegfau.lt",
|
||||
short_geo: "https://s.psf.lt",
|
||||
eu: "https://search.eu.projectsegfau.lt/",
|
||||
short_eu: "https://s.eu.psf.lt/",
|
||||
us: "https://search.us.projectsegfau.lt/",
|
||||
short_us: "https://s.us.psf.lt/",
|
||||
in: "https://search.in.projectsegfau.lt/",
|
||||
short_in: "https://s.in.psf.lt/",
|
||||
tor: "http://search.pjsfkvpxlinjamtawaksbnnaqs2fc2mtvmozrzckxh7f3kis6yea25ad.onion",
|
||||
icon: "/icons/searxng.svg"
|
||||
},
|
||||
{
|
||||
name: "Libreddit",
|
||||
@ -60,7 +74,7 @@ const instances: Instances[] = [
|
||||
icon: "/icons/libreddit.png"
|
||||
},
|
||||
{
|
||||
name: "Nitter",
|
||||
name: "Nitter (Donator-Only)",
|
||||
description: "A front-end for Twitter.",
|
||||
eu: "https://nitter.eu.projectsegfau.lt/",
|
||||
short_eu: "https://n.eu.psf.lt/",
|
||||
@ -109,19 +123,19 @@ const instances: Instances[] = [
|
||||
tor: "http://gothub.pjsfkvpxlinjamtawaksbnnaqs2fc2mtvmozrzckxh7f3kis6yea25ad.onion",
|
||||
icon: "/icons/gothub.svg"
|
||||
},
|
||||
{
|
||||
name: "HyperPipe",
|
||||
description: "A front-end for YT Music.",
|
||||
geo: "https://hyperpipe.projectsegfau.lt/",
|
||||
short_geo: "https://hp.psf.lt/",
|
||||
eu: "https://hyperpipe.eu.projectsegfau.lt/",
|
||||
short_eu: "https://hp.eu.psf.lt/",
|
||||
us: "https://hyperpipe.us.projectsegfau.lt/",
|
||||
short_us: "https://hp.us.psf.lt/",
|
||||
in: "https://hyperpipe.in.projectsegfau.lt/",
|
||||
short_in: "https://hp.in.psf.lt/",
|
||||
icon: "/icons/hyperpipe.svg"
|
||||
},
|
||||
//{
|
||||
// name: "HyperPipe",
|
||||
// description: "A front-end for YT Music.",
|
||||
// geo: "https://hyperpipe.projectsegfau.lt/",
|
||||
// short_geo: "https://hp.psf.lt/",
|
||||
// eu: "https://hyperpipe.eu.projectsegfau.lt/",
|
||||
// short_eu: "https://hp.eu.psf.lt/",
|
||||
// us: "https://hyperpipe.us.projectsegfau.lt/",
|
||||
// short_us: "https://hp.us.psf.lt/",
|
||||
// in: "https://hyperpipe.in.projectsegfau.lt/",
|
||||
// short_in: "https://hp.in.psf.lt/",
|
||||
// icon: "/icons/hyperpipe.svg"
|
||||
//},
|
||||
{
|
||||
name: "Rimgo",
|
||||
description: "A front-end for Imgur.",
|
||||
@ -222,18 +236,6 @@ const instances: Instances[] = [
|
||||
in: "https://xmpp-web.projectsegfau.lt/",
|
||||
short_in: "https://x.psf.lt/"
|
||||
},
|
||||
{
|
||||
name: "SearXNG",
|
||||
description: "A private metasearch engine.",
|
||||
eu: "https://search.projectsegfau.lt/",
|
||||
short_eu: "https://s.psf.lt/",
|
||||
us: "https://search.us.projectsegfau.lt/",
|
||||
short_us: "https://s.us.psf.lt/",
|
||||
in: "https://search.in.projectsegfau.lt/",
|
||||
short_in: "https://s.in.psf.lt/",
|
||||
tor: "http://search.pjsfkvpxlinjamtawaksbnnaqs2fc2mtvmozrzckxh7f3kis6yea25ad.onion",
|
||||
icon: "/icons/searxng.svg"
|
||||
},
|
||||
{
|
||||
name: "FreshRSS",
|
||||
description:
|
||||
@ -291,6 +293,27 @@ const instances: Instances[] = [
|
||||
tor: "http://pass.pjsfkvpxlinjamtawaksbnnaqs2fc2mtvmozrzckxh7f3kis6yea25ad.onion",
|
||||
icon: "/icons/vaultwarden.svg"
|
||||
},
|
||||
{
|
||||
name: "Owncloud",
|
||||
description: "A File Storage and Collaboration Software.",
|
||||
in: "https://owncloud.projectsegfau.lt/",
|
||||
icon: "/icons/owncloud.svg"
|
||||
},
|
||||
{
|
||||
name: "Ente",
|
||||
description: "A safe home for your photos.",
|
||||
in: "https://ente.projectsegfau.lt/",
|
||||
short_in: "https://pic.psf.lt/",
|
||||
tor: "http://ente.pjsfkvpxlinjamtawaksbnnaqs2fc2mtvmozrzckxh7f3kis6yea25ad.onion",
|
||||
icon: "/icons/ente.svg"
|
||||
},
|
||||
{
|
||||
name: "TimeTagger",
|
||||
description: "Tag your time, get the insight.",
|
||||
in: "https://timetagger.projectsegfau.lt/",
|
||||
short_in: "https://tt.psf.lt/",
|
||||
icon: "/icons/timetagger.svg"
|
||||
},
|
||||
{
|
||||
name: "Healthchecks",
|
||||
description: "Simple and effective cron job monitoring.",
|
||||
@ -300,17 +323,24 @@ const instances: Instances[] = [
|
||||
icon: "/icons/healthchecks.svg"
|
||||
},
|
||||
{
|
||||
name: "MediaWiki",
|
||||
name: "WikiJS",
|
||||
description: "Our wiki.",
|
||||
in: "https://wiki.projectsegfau.lt/",
|
||||
short_in: "https://w.psf.lt/",
|
||||
tor: "http://wiki.pjsfkvpxlinjamtawaksbnnaqs2fc2mtvmozrzckxh7f3kis6yea25ad.onion",
|
||||
icon: "/icons/mediawiki.svg"
|
||||
icon: "/icons/wikijs.svg"
|
||||
},
|
||||
{
|
||||
name: "Mirror of various distros",
|
||||
description: "Mirror of various Linux distributions.",
|
||||
in: "https://mirror.bom.albony.in"
|
||||
},
|
||||
{
|
||||
name: "Gemini Proxy",
|
||||
description: "Access Gemini sites from the web.",
|
||||
in: "https://geminiproxy.p.projectsegfau.lt/",
|
||||
short_in: "https://gp.p.psf.lt/",
|
||||
tor: "http://geminiproxy.pjsfkvpxlinjamtawaksbnnaqs2fc2mtvmozrzckxh7f3kis6yea25ad.onion"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -331,29 +361,15 @@ const instances: Instances[] = [
|
||||
in: "https://auth.p.projectsegfau.lt/",
|
||||
icon: "/icons/authentik.svg"
|
||||
},
|
||||
{
|
||||
name: "Cockpit",
|
||||
description: "WebUI for users to access the pubnix services.",
|
||||
in: "https://cockpit.p.projectsegfau.lt/",
|
||||
tor: "http://cockpit.pjsfkvpxlinjamtawaksbnnaqs2fc2mtvmozrzckxh7f3kis6yea25ad.onion",
|
||||
icon: "/icons/cockpit.svg"
|
||||
},
|
||||
{
|
||||
name: "Soju",
|
||||
description: "A user-friendly IRC bouncer.",
|
||||
in: "https://wiki.projectsegfau.lt/IRC_Bouncer"
|
||||
},
|
||||
{
|
||||
name: "Gemini Proxy",
|
||||
description: "Access Gemini sites from the web.",
|
||||
in: "https://geminiproxy.p.projectsegfau.lt/",
|
||||
short_in: "https://gp.p.psf.lt/",
|
||||
tor: "http://geminiproxy.pjsfkvpxlinjamtawaksbnnaqs2fc2mtvmozrzckxh7f3kis6yea25ad.onion"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
name: "Invite-only services",
|
||||
name: "Mail Services (Contact us to get access)",
|
||||
data: [
|
||||
{
|
||||
name: "MailU",
|
||||
|
3
static/icons/ente.svg
Normal file
3
static/icons/ente.svg
Normal file
@ -0,0 +1,3 @@
|
||||
<svg width="43" height="13" viewBox="0 0 43 13" fill="#fff" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M6.102 12.144C4.998 12.144 4.026 11.928 3.186 11.496C2.358 11.064 1.716 10.476 1.26 9.732C0.804 8.976 0.576 8.118 0.576 7.158C0.576 6.186 0.798 5.328 1.242 4.584C1.698 3.828 2.316 3.24 3.096 2.82C3.876 2.388 4.758 2.172 5.742 2.172C6.69 2.172 7.542 2.376 8.298 2.784C9.066 3.18 9.672 3.756 10.116 4.512C10.56 5.256 10.782 6.15 10.782 7.194C10.782 7.302 10.776 7.428 10.764 7.572C10.752 7.704 10.74 7.83 10.728 7.95H2.862V6.312H9.252L8.172 6.798C8.172 6.294 8.07 5.856 7.866 5.484C7.662 5.112 7.38 4.824 7.02 4.62C6.66 4.404 6.24 4.296 5.76 4.296C5.28 4.296 4.854 4.404 4.482 4.62C4.122 4.824 3.84 5.118 3.636 5.502C3.432 5.874 3.33 6.318 3.33 6.834V7.266C3.33 7.794 3.444 8.262 3.672 8.67C3.912 9.066 4.242 9.372 4.662 9.588C5.094 9.792 5.598 9.894 6.174 9.894C6.69 9.894 7.14 9.816 7.524 9.66C7.92 9.504 8.28 9.27 8.604 8.958L10.098 10.578C9.654 11.082 9.096 11.472 8.424 11.748C7.752 12.012 6.978 12.144 6.102 12.144ZM18.5375 2.172C19.3055 2.172 19.9895 2.328 20.5895 2.64C21.2015 2.94 21.6815 3.408 22.0295 4.044C22.3775 4.668 22.5515 5.472 22.5515 6.456V12H19.7435V6.888C19.7435 6.108 19.5695 5.532 19.2215 5.16C18.8855 4.788 18.4055 4.602 17.7815 4.602C17.3375 4.602 16.9355 4.698 16.5755 4.89C16.2275 5.07 15.9515 5.352 15.7475 5.736C15.5555 6.12 15.4595 6.612 15.4595 7.212V12H12.6515V2.316H15.3335V4.998L14.8295 4.188C15.1775 3.54 15.6755 3.042 16.3235 2.694C16.9715 2.346 17.7095 2.172 18.5375 2.172ZM29.0568 12.144C27.9168 12.144 27.0288 11.856 26.3928 11.28C25.7568 10.692 25.4388 9.822 25.4388 8.67V0.174H28.2468V8.634C28.2468 9.042 28.3548 9.36 28.5708 9.588C28.7868 9.804 29.0808 9.912 29.4528 9.912C29.8968 9.912 30.2748 9.792 30.5868 9.552L31.3428 11.532C31.0548 11.736 30.7068 11.892 30.2988 12C29.9028 12.096 29.4888 12.144 29.0568 12.144ZM23.9448 4.692V2.532H30.6588V4.692H23.9448ZM37.4262 12.144C36.3222 12.144 35.3502 11.928 34.5102 11.496C33.6822 11.064 33.0402 10.476 32.5842 9.732C32.1282 8.976 31.9002 8.118 31.9002 7.158C31.9002 6.186 32.1222 5.328 32.5662 4.584C33.0222 3.828 33.6402 3.24 34.4202 2.82C35.2002 2.388 36.0822 2.172 37.0662 2.172C38.0142 2.172 38.8662 2.376 39.6222 2.784C40.3902 3.18 40.9962 3.756 41.4402 4.512C41.8842 5.256 42.1062 6.15 42.1062 7.194C42.1062 7.302 42.1002 7.428 42.0882 7.572C42.0762 7.704 42.0642 7.83 42.0522 7.95H34.1862V6.312H40.5762L39.4962 6.798C39.4962 6.294 39.3942 5.856 39.1902 5.484C38.9862 5.112 38.7042 4.824 38.3442 4.62C37.9842 4.404 37.5642 4.296 37.0842 4.296C36.6042 4.296 36.1782 4.404 35.8062 4.62C35.4462 4.824 35.1642 5.118 34.9602 5.502C34.7562 5.874 34.6542 6.318 34.6542 6.834V7.266C34.6542 7.794 34.7682 8.262 34.9962 8.67C35.2362 9.066 35.5662 9.372 35.9862 9.588C36.4182 9.792 36.9222 9.894 37.4982 9.894C38.0142 9.894 38.4642 9.816 38.8482 9.66C39.2442 9.504 39.6042 9.27 39.9282 8.958L41.4222 10.578C40.9782 11.082 40.4202 11.472 39.7482 11.748C39.0762 12.012 38.3022 12.144 37.4262 12.144Z" />
|
||||
</svg>
|
After Width: | Height: | Size: 2.9 KiB |
@ -1,49 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="222" height="222" viewBox="0 0 222 222">
|
||||
<defs>
|
||||
<linearGradient id="gradient" gradientUnits="userSpaceOnUse" x1="0" x2="222" y1="222" y2="0">
|
||||
<stop offset="0%" stop-color="#0a00b2"/>
|
||||
<stop offset="50%" stop-color="#ff0000"/>
|
||||
<stop offset="100%" stop-color="#fffc00"/>
|
||||
</linearGradient>
|
||||
<style>
|
||||
.petal {
|
||||
opacity: 0.65;
|
||||
}
|
||||
.petals {
|
||||
fill: url(#gradient);
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<g id="petals" class="petals">
|
||||
<path class="petal" d="M80.283,29.02c-0.648,8.246.645,16.05,5.16,23.1a23.04,23.04,0,0,0,13.04,9.63,5.672,5.672,0,0,0,4.719-1.153c6.093-5.8,9.031-12.89,8-21.625-1.829-15.522-11.06-26.108-22.808-36.2C83.826,11.538,81,19.917,80.283,29.02Z"/>
|
||||
<path class="petal" d="M63.913,37.254c1.081,8.2,3.967,15.565,9.849,21.519a23.04,23.04,0,0,0,14.757,6.709,5.671,5.671,0,0,0,4.376-2.109c4.754-6.944,6.154-14.486,3.331-22.816C91.21,25.753,79.98,17.318,66.39,9.888,63.743,19.417,62.719,28.2,63.913,37.254Z"/>
|
||||
<path class="petal" d="M49.611,48.711c2.762,7.8,7.117,14.4,14.108,19a23.04,23.04,0,0,0,15.83,3.494,5.671,5.671,0,0,0,3.841-2.973c3.206-7.78,3.008-15.449-1.485-23.01C73.921,31.786,61.183,25.87,46.345,21.429,45.737,31.3,46.561,40.1,49.611,48.711Z"/>
|
||||
<path class="petal" d="M38,62.891c4.323,7.052,9.955,12.605,17.75,15.653a23.04,23.04,0,0,0,16.21.126A5.671,5.671,0,0,0,75.1,74.963c1.519-8.277-.27-15.737-6.237-22.2-10.6-11.483-24.293-14.621-39.73-15.881C30.595,46.666,33.232,55.107,38,62.891Z"/>
|
||||
<path class="petal" d="M29.6,79.174c5.694,6,12.359,10.26,20.617,11.62A23.039,23.039,0,0,0,66.1,87.548a5.671,5.671,0,0,0,2.3-4.278c-0.235-8.412-3.536-15.337-10.716-20.416-12.759-9.028-26.8-9.251-42.164-7.274C18.979,64.844,23.313,72.552,29.6,79.174Z"/>
|
||||
<path class="petal" d="M24.764,96.849c6.817,4.684,14.222,7.467,22.582,7.08a23.036,23.036,0,0,0,14.86-6.478,5.671,5.671,0,0,0,1.36-4.663C61.588,84.609,56.92,78.522,48.84,75.046,34.483,68.868,20.7,71.57,6.086,76.7,11.4,85.041,17.238,91.679,24.764,96.849Z"/>
|
||||
<path class="petal" d="M23.709,115.144c7.642,3.164,15.463,4.346,23.561,2.23a23.043,23.043,0,0,0,13.189-9.426,5.671,5.671,0,0,0,.361-4.844c-3.636-7.589-9.468-12.573-18.094-14.293-15.328-3.058-28.248,2.45-41.477,10.5C8.178,106.373,15.273,111.651,23.709,115.144Z"/>
|
||||
<path class="petal" d="M26.481,133.257c8.133,1.506,16.029,1.037,23.509-2.717a23.041,23.041,0,0,0,10.941-11.962,5.67,5.67,0,0,0-.654-4.813c-5.135-6.667-11.876-10.33-20.67-10.219-15.629.2-27.121,8.27-38.387,18.9C9.465,127.907,17.5,131.6,26.481,133.257Z"/>
|
||||
<path class="petal" d="M32.958,150.4c8.268-.218,15.894-2.319,22.431-7.546A23.037,23.037,0,0,0,63.6,128.878a5.67,5.67,0,0,0-1.64-4.572c-6.409-5.454-13.764-7.635-22.343-5.7C24.374,122.049,14.811,132.336,6,145.075,15.2,148.7,23.83,150.64,32.958,150.4Z"/>
|
||||
<path class="petal" d="M42.857,165.82c8.042-1.933,15.065-5.573,20.372-12.045A23.039,23.039,0,0,0,68.358,138.4a5.672,5.672,0,0,0-2.555-4.131c-7.4-4-15.05-4.606-23.039-.928-14.2,6.536-21.413,18.586-27.381,32.878C25.137,167.853,33.979,167.953,42.857,165.82Z"/>
|
||||
<path class="petal" d="M55.747,178.845c7.465-3.562,13.577-8.583,17.422-16.017a23.039,23.039,0,0,0,1.82-16.108,5.671,5.671,0,0,0-3.358-3.51c-8.073-2.375-15.679-1.376-22.728,3.883-12.529,9.344-17.08,22.631-19.947,37.852C38.836,184.518,47.506,182.778,55.747,178.845Z"/>
|
||||
<path class="petal" d="M71.062,188.906c6.561-5.036,11.5-11.219,13.712-19.289a23.04,23.04,0,0,0-1.569-16.135,5.67,5.67,0,0,0-4.014-2.735c-8.39-.645-15.623,1.914-21.425,8.523-10.312,11.746-12,25.689-11.641,41.173C55.7,197.971,63.82,194.466,71.062,188.906Z"/>
|
||||
<path class="petal" d="M88.135,195.562c5.371-6.29,8.912-13.363,9.4-21.718a23.039,23.039,0,0,0-4.889-15.456,5.668,5.668,0,0,0-4.5-1.84c-8.341,1.113-14.883,5.119-19.184,12.791-7.644,13.633-6.4,27.622-2.826,42.693C74.994,207.623,82.207,202.507,88.135,195.562Z"/>
|
||||
<path class="petal" d="M106.219,198.524c3.945-7.27,5.939-14.924,4.68-23.2a23.038,23.038,0,0,0-8-14.1,5.674,5.674,0,0,0-4.78-.866c-7.927,2.823-13.494,8.1-16.106,16.5-4.643,14.924-.516,28.349,6.112,42.348C95.872,213.053,101.864,206.549,106.219,198.524Z"/>
|
||||
<path class="petal" d="M124.523,197.661c2.348-7.931,2.706-15.833-.245-23.665a23.042,23.042,0,0,0-10.753-12.131,5.671,5.671,0,0,0-4.855.147c-7.167,4.41-11.514,10.731-12.323,19.489-1.439,15.563,5.389,27.837,14.783,40.152C117.424,214.024,121.932,206.416,124.523,197.661Z"/>
|
||||
<path class="petal" d="M142.248,193.011c0.648-8.246-.645-16.049-5.16-23.1a23.038,23.038,0,0,0-13.04-9.631,5.67,5.67,0,0,0-4.719,1.154c-6.093,5.8-9.031,12.89-8,21.624,1.829,15.523,11.06,26.108,22.808,36.2C138.706,210.493,141.534,202.114,142.248,193.011Z"/>
|
||||
<path class="petal" d="M158.619,184.778c-1.081-8.2-3.968-15.565-9.849-21.519a23.043,23.043,0,0,0-14.758-6.709,5.669,5.669,0,0,0-4.375,2.109c-4.754,6.944-6.155,14.486-3.331,22.816,5.015,14.8,16.245,23.238,29.835,30.668C158.789,202.614,159.813,193.83,158.619,184.778Z"/>
|
||||
<path class="petal" d="M172.92,173.321c-2.762-7.8-7.117-14.4-14.108-19a23.04,23.04,0,0,0-15.83-3.494,5.668,5.668,0,0,0-3.841,2.972c-3.207,7.781-3.008,15.45,1.485,23.01,7.984,13.437,20.723,19.353,35.56,23.8C176.794,190.732,175.97,181.927,172.92,173.321Z"/>
|
||||
<path class="petal" d="M184.527,159.14c-4.323-7.051-9.956-12.6-17.751-15.652a23.039,23.039,0,0,0-16.21-.127,5.672,5.672,0,0,0-3.139,3.707c-1.519,8.277.27,15.737,6.237,22.2,10.6,11.483,24.293,14.622,39.73,15.881C191.936,175.366,189.3,166.925,184.527,159.14Z"/>
|
||||
<path class="petal" d="M192.931,142.857c-5.694-6-12.358-10.26-20.616-11.62a23.04,23.04,0,0,0-15.883,3.247,5.669,5.669,0,0,0-2.3,4.278c0.236,8.412,3.536,15.337,10.716,20.416,12.759,9.028,26.8,9.251,42.164,7.274C203.553,157.187,199.218,149.479,192.931,142.857Z"/>
|
||||
<path class="petal" d="M197.767,125.182c-6.817-4.684-14.222-7.467-22.582-7.08a23.039,23.039,0,0,0-14.86,6.478,5.671,5.671,0,0,0-1.361,4.663c1.979,8.179,6.648,14.267,14.727,17.742,14.357,6.178,28.14,3.477,42.755-1.651C211.135,136.99,205.293,130.352,197.767,125.182Z"/>
|
||||
<path class="petal" d="M198.822,106.888c-7.642-3.164-15.463-4.347-23.561-2.23a23.031,23.031,0,0,0-13.188,9.426,5.668,5.668,0,0,0-.361,4.844c3.636,7.588,9.468,12.573,18.093,14.292,15.328,3.058,28.248-2.45,41.477-10.5C214.354,115.659,207.259,110.38,198.822,106.888Z"/>
|
||||
<path class="petal" d="M196.05,88.774c-8.132-1.506-16.028-1.036-23.509,2.717A23.04,23.04,0,0,0,161.6,103.453a5.673,5.673,0,0,0,.654,4.814c5.135,6.666,11.876,10.329,20.67,10.218,15.629-.2,27.121-8.27,38.387-18.9C213.066,94.124,205.029,90.436,196.05,88.774Z"/>
|
||||
<path class="petal" d="M189.573,71.632c-8.268.218-15.894,2.319-22.43,7.546a23.039,23.039,0,0,0-8.215,13.975,5.673,5.673,0,0,0,1.64,4.572c6.409,5.454,13.764,7.635,22.343,5.7C198.157,99.982,207.72,89.7,216.53,76.956,207.33,73.328,198.7,71.391,189.573,71.632Z"/>
|
||||
<path class="petal" d="M179.674,56.212c-8.042,1.932-15.065,5.573-20.372,12.045a23.036,23.036,0,0,0-5.129,15.378,5.671,5.671,0,0,0,2.555,4.131c7.4,4,15.05,4.606,23.039.928,14.2-6.536,21.413-18.586,27.381-32.878C197.4,54.178,188.552,54.078,179.674,56.212Z"/>
|
||||
<path class="petal" d="M166.785,43.186c-7.465,3.562-13.577,8.583-17.423,16.017a23.039,23.039,0,0,0-1.82,16.108,5.672,5.672,0,0,0,3.358,3.51c8.073,2.376,15.679,1.376,22.729-3.883,12.528-9.345,17.08-22.632,19.947-37.853C183.7,37.513,175.025,39.254,166.785,43.186Z"/>
|
||||
<path class="petal" d="M151.469,33.126c-6.561,5.036-11.5,11.218-13.712,19.289a23.046,23.046,0,0,0,1.569,16.135,5.673,5.673,0,0,0,4.015,2.735c8.39,0.645,15.622-1.913,21.424-8.523,10.312-11.745,12-25.688,11.641-41.173C166.831,24.06,158.712,27.565,151.469,33.126Z"/>
|
||||
<path class="petal" d="M134.4,26.469c-5.371,6.29-8.912,13.363-9.4,21.718a23.041,23.041,0,0,0,4.889,15.456,5.671,5.671,0,0,0,4.5,1.84c8.341-1.113,14.883-5.12,19.185-12.791,7.644-13.633,6.4-27.622,2.826-42.693C147.537,14.408,140.325,19.524,134.4,26.469Z"/>
|
||||
<path class="petal" d="M116.312,23.507c-3.945,7.27-5.939,14.924-4.68,23.2a23.035,23.035,0,0,0,8,14.1,5.67,5.67,0,0,0,4.779.866c7.928-2.823,13.494-8.1,16.106-16.5,4.643-14.924.516-28.349-6.112-42.348C126.659,8.978,120.667,15.482,116.312,23.507Z"/>
|
||||
<path class="petal" d="M98.008,24.37C95.66,32.3,95.3,40.2,98.253,48.035a23.041,23.041,0,0,0,10.753,12.131,5.671,5.671,0,0,0,4.855-.147c7.167-4.41,11.515-10.731,12.323-19.489C127.623,24.967,120.8,12.694,111.4.379,105.108,8.007,100.6,15.615,98.008,24.37Z"/>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 8.1 KiB |
1
static/icons/owncloud.svg
Normal file
1
static/icons/owncloud.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 9.6 KiB |
366
static/icons/timetagger.svg
Normal file
366
static/icons/timetagger.svg
Normal file
@ -0,0 +1,366 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 25.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
|
||||
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
|
||||
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
|
||||
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
|
||||
<!ENTITY ns_vars "http://ns.adobe.com/Variables/1.0/">
|
||||
<!ENTITY ns_imrep "http://ns.adobe.com/ImageReplacement/1.0/">
|
||||
<!ENTITY ns_sfw "http://ns.adobe.com/SaveForWeb/1.0/">
|
||||
<!ENTITY ns_custom "http://ns.adobe.com/GenericCustomNamespace/1.0/">
|
||||
<!ENTITY ns_adobe_xpath "http://ns.adobe.com/XPath/1.0/">
|
||||
]>
|
||||
<svg version="1.1" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 600 486.41"
|
||||
style="enable-background:new 0 0 600 486.41;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#FFFFFF;}
|
||||
.st1{opacity:0.7;}
|
||||
.st2{filter:url(#Adobe_OpacityMaskFilter);}
|
||||
.st3{mask:url(#SVGID_3_);}
|
||||
.st4{filter:url(#Adobe_OpacityMaskFilter_1_);}
|
||||
.st5{mask:url(#SVGID_6_);}
|
||||
.st6{fill:#F6F6F6;}
|
||||
.st7{filter:url(#Adobe_OpacityMaskFilter_2_);}
|
||||
.st8{mask:url(#SVGID_9_);fill:#FFFFFF;}
|
||||
.st9{filter:url(#Adobe_OpacityMaskFilter_3_);}
|
||||
.st10{mask:url(#SVGID_12_);fill:#FFFFFF;}
|
||||
.st11{fill:#0F2C3E;}
|
||||
.st12{filter:url(#Adobe_OpacityMaskFilter_4_);}
|
||||
.st13{mask:url(#SVGID_13_);fill:#FFFFFF;}
|
||||
.st14{filter:url(#Adobe_OpacityMaskFilter_5_);}
|
||||
.st15{mask:url(#SVGID_15_);fill:#FFFFFF;}
|
||||
.st16{fill:#A4B0B8;}
|
||||
.st17{opacity:0.4;fill:#A4B0B8;}
|
||||
.st18{fill:none;}
|
||||
.st19{opacity:0.2;fill:#A4B0B8;}
|
||||
.st20{fill:#E5EDF0;}
|
||||
.st21{fill:none;stroke:#0F2C3E;stroke-width:2;stroke-miterlimit:10;}
|
||||
.st22{fill:#F4F4F4;}
|
||||
.st23{opacity:0.8;fill:url(#SVGID_18_);}
|
||||
.st24{fill:#E6E7E5;}
|
||||
.st25{fill:#DEAA22;}
|
||||
.st26{opacity:0.63;}
|
||||
.st27{clip-path:url(#SVGID_21_);}
|
||||
.st28{opacity:0.3;}
|
||||
.st29{fill:none;stroke:#0D2C3E;stroke-width:0.25;stroke-miterlimit:10;}
|
||||
.st30{opacity:0.1;}
|
||||
.st31{fill:none;stroke:#000000;stroke-width:2;stroke-miterlimit:10;}
|
||||
.st32{fill:#FFFFFF;stroke:#000000;stroke-width:2;stroke-miterlimit:10;}
|
||||
.st33{fill:none;stroke:#0F2C3E;stroke-width:2;stroke-miterlimit:10;stroke-dasharray:5.1466,5.1466;}
|
||||
.st34{fill:#FFFFFF;stroke:#0F2C3E;stroke-width:2;stroke-miterlimit:10;}
|
||||
.st35{fill:none;stroke:#0F2C3E;stroke-width:1.5;stroke-miterlimit:10;}
|
||||
.st36{fill:none;stroke:#0F2C3E;stroke-width:1.5;stroke-miterlimit:10;stroke-dasharray:5.1737,5.1737;}
|
||||
.st37{fill:#0F2C3E;stroke:#0F2C3E;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;}
|
||||
.st38{fill:none;stroke:#0F2C3E;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;}
|
||||
.st39{opacity:0.48;fill:#0F2C3E;}
|
||||
.st40{fill:none;stroke:#0F2C3E;stroke-miterlimit:10;stroke-dasharray:2,2;}
|
||||
.st41{fill:none;stroke:#0F2C3E;stroke-width:13;stroke-miterlimit:10;}
|
||||
.st42{opacity:0.2;}
|
||||
.st43{fill:none;stroke:#0F2C3E;stroke-width:0.25;stroke-miterlimit:10;}
|
||||
.st44{opacity:0.21;}
|
||||
.st45{clip-path:url(#SVGID_25_);}
|
||||
.st46{clip-path:url(#SVGID_27_);}
|
||||
.st47{fill:url(#SVGID_28_);}
|
||||
.st48{fill:#F0F0F0;}
|
||||
.st49{fill:none;stroke:#DEAA22;stroke-width:0.5;stroke-miterlimit:10;}
|
||||
.st50{fill:none;stroke:#DEAA22;stroke-width:0.75;stroke-miterlimit:10;}
|
||||
.st51{fill:#CED6DD;}
|
||||
.st52{fill:none;stroke:#000000;stroke-width:0.5;stroke-miterlimit:10;}
|
||||
.st53{clip-path:url(#SVGID_32_);}
|
||||
.st54{clip-path:url(#SVGID_34_);}
|
||||
.st55{clip-path:url(#SVGID_38_);}
|
||||
.st56{clip-path:url(#SVGID_40_);}
|
||||
.st57{clip-path:url(#SVGID_44_);}
|
||||
.st58{clip-path:url(#SVGID_46_);}
|
||||
.st59{clip-path:url(#SVGID_50_);}
|
||||
.st60{clip-path:url(#SVGID_52_);}
|
||||
.st61{clip-path:url(#SVGID_56_);}
|
||||
.st62{clip-path:url(#SVGID_58_);}
|
||||
.st63{opacity:0.4;}
|
||||
.st64{filter:url(#Adobe_OpacityMaskFilter_6_);}
|
||||
.st65{mask:url(#SVGID_63_);}
|
||||
.st66{filter:url(#Adobe_OpacityMaskFilter_7_);}
|
||||
.st67{mask:url(#SVGID_66_);}
|
||||
.st68{clip-path:url(#SVGID_68_);}
|
||||
.st69{clip-path:url(#SVGID_70_);}
|
||||
.st70{clip-path:url(#SVGID_74_);}
|
||||
.st71{clip-path:url(#SVGID_76_);}
|
||||
.st72{clip-path:url(#SVGID_80_);}
|
||||
.st73{clip-path:url(#SVGID_82_);}
|
||||
.st74{opacity:0.45;fill:#C0C3C4;}
|
||||
.st75{fill:#DBDFE3;}
|
||||
.st76{fill:none;stroke:#0F2C3E;stroke-width:0.5;stroke-miterlimit:10;}
|
||||
.st77{fill:#E8AB82;}
|
||||
.st78{fill:#F9F8F4;}
|
||||
</style>
|
||||
<metadata>
|
||||
<sfw xmlns="&ns_sfw;">
|
||||
<slices></slices>
|
||||
<sliceSourceBounds bottomLeftOrigin="true" height="6120.73" width="11766.84" x="-6696.41" y="1124.88"></sliceSourceBounds>
|
||||
</sfw>
|
||||
</metadata>
|
||||
<ellipse class="st0" cx="254.97" cy="251.73" rx="126.51" ry="131.84"/>
|
||||
<path class="st74" d="M501.02,198.83c2.08,37.15,1.23,78.61-21.52,110.04c-12.27,16.96-28.17,30.57-46.37,39.57
|
||||
c-12.38,6.12-20.33,18.61-20.83,32.41c0,0.08,0,0.17-0.01,0.25c-0.79,10.3-2.78,16.08-5.08,19.72
|
||||
c-2.89,4.57-73.64-33.38-76.94-42.31c27.84-19.07,47.02-59.21,47.02-105.64c0-45.38-18.33-84.75-45.15-104.31
|
||||
c0.61-6.88,2.35-14.97,8.76-19.47c30.12-21.14,78.07-29.9,102.1-21.09l-0.08,0.77l30.47,14.6l27.28,20.66
|
||||
C498.81,162.25,500,180.57,501.02,198.83z M468.52,386.83l31.95-24.23l7.72-8.61c-13.64-1.27-27.03-0.86-40.73,2.58
|
||||
c-19.95,5.02-37.03,21.19-38.14,42.3L468.52,386.83z M553.54,390.95c-1.06-9.26-6.1-15.7-12.89-19.85
|
||||
c-15.49,20.13-49.74,36.28-90.75,40.35c-6.86,0.68-13.59,0.98-20.14,0.95c4.06,16.6,18.61,33.74,34.98,40.51
|
||||
c3.87,2.96,8.46,4.99,13.92,5.62c18.86,2.19,33.91-15.75,46.9-26.81C538,421.11,555.68,409.7,553.54,390.95z M511.34,108.88
|
||||
c-21.52-11.71-46.01-18.36-72-18.36c-2.22,0-4.42,0.09-6.62,0.18v-9.76l31.71-5.64v-8.1l-33.95-5.78l-40.93,4.75l-0.62,9.13
|
||||
l29.76,5.64l3.01,9.69h-20.48l-36.71,6.11l-33.42,15.52c0,0-4.95,3.68-16.6-5.52c-3.7-2.92-4.05,2.37-8.72,4.3
|
||||
c-4.52,1.87-4.91,17.17-7.93,15.97c-13.66-5.45-28.45-8.43-43.9-8.43c-69.35,0-125.57,59.98-125.57,133.97
|
||||
c0,73.99,56.22,133.97,125.57,133.97c19.82,0,54.17-14.48,55.22-13.65c46.29,36.52,90.85,37.92,89.8,39.57
|
||||
c-7.98,12.54-17.8,24.1-29.48,34.53c-63.07,56.31-166.56,40.44-214.37-27.5c-11.98-17.03-19.57-36.17-24.71-56.16
|
||||
c-3.44-13.4-6.53-26.85-11.91-39.56c-2.24-3.28-4.64-6.44-7.23-9.47c-14.24-14.46-29.02-28.7-39.63-45.81
|
||||
c3.98-5.17,6.52-12.91,6.52-21.57c0-15.56-8.17-28.17-18.24-28.17c-1.59,0-3.13,0.35-4.6,0.94c-3.19-26.75,1.39-54.15,13.81-78.55
|
||||
c18.36-36.06,47.29-60.21,80.71-78.04c14.42-7.7,27.73-17.25,39.53-28.56c16.34-15.66,37.99-25.92,61.05-27.76
|
||||
c22.73-1.82,43.2,3.09,64.44,10.69c9.23,3.3,18.11,7.43,27.18,11.12c2.74,1.12,5.61,1.92,8.54,2.36c0.02,0,0.03,0,0.05,0.01
|
||||
c8.71-0.75,17.28-2.45,25.95-4c14.96-2.67,29.84-3.19,45.04-1.78c36.99,3.44,69.32,27.42,83.59,61.54
|
||||
C508.15,93.71,510.16,101.19,511.34,108.88z M361.41,179.79L180.33,362.6c3.77,2.81,7.71,5.38,11.8,7.75L368.1,192.7
|
||||
C366.09,188.26,363.87,183.94,361.41,179.79z M329.13,143.32L147.72,326.46c6.97,11.53,15.65,21.84,25.71,30.56l183.08-184.83
|
||||
C348.92,161.15,339.7,151.38,329.13,143.32z"/>
|
||||
<g>
|
||||
<path class="st18" d="M356.52,172.18L173.44,357.02c2.24,1.94,4.52,3.81,6.89,5.58l181.08-182.81
|
||||
C359.87,177.19,358.23,174.66,356.52,172.18z"/>
|
||||
</g>
|
||||
<g>
|
||||
<circle class="st11" cx="182.11" cy="252.16" r="6.78"/>
|
||||
</g>
|
||||
<ellipse class="st0" cx="43.77" cy="252.89" rx="37.11" ry="38.12"/>
|
||||
<polygon class="st25" points="42.76,262.32 37.42,262.32 37.42,271.34 32.1,271.34 32.1,262.32 26.75,262.32 26.75,256.99
|
||||
42.76,256.99 "/>
|
||||
<polygon class="st11" points="51.26,256.99 51.26,251.67 45.93,251.67 45.92,271.34 51.24,271.34 51.24,262.32 56.59,262.32
|
||||
56.59,256.99 "/>
|
||||
<polygon class="st11" points="32.09,234.24 32.09,243.27 26.75,243.27 26.75,248.59 32.07,248.59 32.07,253.92 37.4,253.92
|
||||
37.41,234.24 "/>
|
||||
<polygon class="st25" points="40.59,248.59 56.6,248.59 56.6,243.27 51.25,243.27 51.25,234.24 45.93,234.24 45.93,243.27
|
||||
40.59,243.27 "/>
|
||||
<g>
|
||||
<path class="st11" d="M415.9,173.46c1.79,1.8,4.72,1.8,6.53,0l1.8-1.8c0.7,0.33,1.41,0.62,2.12,0.88v2.54
|
||||
c0,2.54,2.07,4.62,4.61,4.62h7.94c2.54,0,4.61-2.07,4.61-4.62v-2.54c0.72-0.26,1.43-0.56,2.12-0.88l1.8,1.79
|
||||
c1.79,1.8,4.72,1.8,6.53,0l5.62-5.62c1.79-1.8,1.79-4.72,0-6.53l-1.8-1.79c0.33-0.69,0.62-1.4,0.88-2.12h2.54
|
||||
c2.54,0,4.61-2.07,4.61-4.61v-7.94c0-2.54-2.07-4.61-4.61-4.61h-2.54c-0.26-0.72-0.56-1.43-0.88-2.12l1.8-1.8
|
||||
c1.79-1.8,1.79-4.72,0-6.52l-5.62-5.61c-1.8-1.8-4.73-1.79-6.52,0l-1.8,1.8c-0.69-0.32-1.4-0.62-2.12-0.88v-2.54
|
||||
c0-2.54-2.07-4.61-4.61-4.61h-7.94c-2.54,0-4.61,2.07-4.61,4.61v2.54c-0.72,0.26-1.43,0.56-2.12,0.88l-1.8-1.8
|
||||
c-1.8-1.8-4.73-1.8-6.53,0l-5.61,5.61c-0.87,0.87-1.35,2.03-1.35,3.26c0,1.23,0.48,2.39,1.35,3.26l1.8,1.8
|
||||
c-0.33,0.7-0.62,1.41-0.88,2.12h-2.54c-2.54,0-4.61,2.07-4.61,4.61v7.94c0,2.54,2.07,4.61,4.61,4.61h2.54
|
||||
c0.26,0.71,0.55,1.42,0.88,2.12l-1.8,1.8c-1.8,1.8-1.8,4.73,0,6.53L415.9,173.46z M411.8,151.97h-2.32v-6.31h2.32
|
||||
c1.97,0,3.72-1.28,4.37-3.18c0.28-0.82,0.62-1.65,1.02-2.45c0.89-1.8,0.55-3.94-0.84-5.34l-1.64-1.64l4.46-4.46l1.64,1.64
|
||||
c1.4,1.4,3.54,1.74,5.34,0.84c0.79-0.39,1.61-0.73,2.45-1.02c1.9-0.64,3.18-2.4,3.18-4.37v-2.32h6.31v2.32
|
||||
c0,1.97,1.28,3.72,3.18,4.37c0.84,0.28,1.67,0.63,2.45,1.02c1.8,0.89,3.94,0.56,5.34-0.84l1.64-1.64l4.46,4.46l-1.64,1.64
|
||||
c-1.39,1.4-1.73,3.54-0.83,5.34c0.39,0.78,0.73,1.61,1.02,2.45c0.64,1.9,2.4,3.18,4.37,3.18h2.32v6.31h-2.32
|
||||
c-1.97,0-3.73,1.28-4.37,3.18c-0.28,0.83-0.62,1.66-1.02,2.45c-0.89,1.8-0.55,3.94,0.84,5.34l1.64,1.64l-4.46,4.46l-1.65-1.65
|
||||
c-1.4-1.39-3.54-1.73-5.34-0.83c-0.79,0.39-1.61,0.73-2.45,1.02c-1.9,0.64-3.18,2.4-3.18,4.37v2.32h-6.31v-2.32
|
||||
c0-1.97-1.28-3.72-3.18-4.37c-0.83-0.28-1.65-0.62-2.45-1.02c-1.79-0.89-3.94-0.55-5.34,0.84l-1.64,1.64l-4.46-4.46l1.64-1.64
|
||||
c1.39-1.39,1.73-3.54,0.84-5.34c-0.4-0.81-0.74-1.63-1.02-2.45C415.52,153.25,413.77,151.97,411.8,151.97z"/>
|
||||
<path class="st11" d="M434.93,162.24c7.4,0,13.42-6.02,13.42-13.42c0-7.4-6.02-13.42-13.42-13.42c-7.4,0-13.42,6.02-13.42,13.42
|
||||
C421.51,156.22,427.53,162.24,434.93,162.24z M434.93,140.83c4.4,0,7.99,3.58,7.99,7.99c0,4.41-3.58,7.99-7.99,7.99
|
||||
s-7.99-3.58-7.99-7.99C426.94,144.41,430.52,140.83,434.93,140.83z"/>
|
||||
<path class="st11" d="M317.19,312.25l-4.35-16.24c-0.67-2.49-3.78-3.32-5.6-1.5l-3.54,3.54l-38.44-38.61
|
||||
c1.26-2.01,2.02-4.36,2.02-6.9c0-6.26-4.44-11.5-10.34-12.75v-35.58h5.02c2.58,0,4.19-2.79,2.9-5.02l-8.41-14.56
|
||||
c-0.99-1.72-3.47-1.72-4.46,0l-8.4,14.56c-1.29,2.23,0.32,5.02,2.9,5.02h5.02v35.59c-5.88,1.26-10.31,6.49-10.31,12.74
|
||||
c0,7.19,5.85,13.04,13.04,13.04c2.69,0,5.18-0.82,7.26-2.22l38.36,38.53l-3.56,3.56c-1.82,1.82-0.99,4.93,1.5,5.6l16.24,4.35
|
||||
C315.95,315.92,317.7,314.17,317.19,312.25z M254.23,260.15c-4.2,0-7.61-3.41-7.61-7.61s3.41-7.61,7.61-7.61
|
||||
c4.2,0,7.61,3.41,7.61,7.61S258.43,260.15,254.23,260.15z"/>
|
||||
<path class="st11" d="M509.07,270.81h-61.01c-1.5,0-2.72,1.22-2.72,2.72c0,1.5,1.22,2.72,2.72,2.72h61.01
|
||||
c1.5,0,2.72-1.22,2.72-2.72C511.78,272.03,510.57,270.81,509.07,270.81z"/>
|
||||
<path class="st11" d="M437.67,276.24c1.5,0,2.72-1.22,2.72-2.72c0-1.5-1.22-2.72-2.72-2.72h-9.59c-1.5,0-2.72,1.22-2.72,2.72
|
||||
c0,1.5,1.22,2.72,2.72,2.72H437.67z"/>
|
||||
<path class="st11" d="M494.92,285.27c0-1.5-1.22-2.72-2.72-2.72h-28.82c-1.5,0-2.72,1.22-2.72,2.72v0c0,1.5,1.22,2.72,2.72,2.72
|
||||
h28.82C493.7,287.99,494.92,286.77,494.92,285.27L494.92,285.27z"/>
|
||||
<path class="st11" d="M453.75,282.56h-28.82c-1.5,0-2.72,1.22-2.72,2.72v0c0,1.5,1.22,2.72,2.72,2.72h28.82
|
||||
c1.5,0,2.72-1.22,2.72-2.72v0C456.47,283.77,455.25,282.56,453.75,282.56z"/>
|
||||
<path class="st11" d="M418.01,285.27L418.01,285.27c0-1.5-1.22-2.72-2.72-2.72h-9.59c-1.5,0-2.72,1.22-2.72,2.72v0
|
||||
c0,1.5,1.22,2.72,2.72,2.72h9.59C416.8,287.99,418.01,286.77,418.01,285.27z"/>
|
||||
<path class="st11" d="M396.07,282.56h-9.59c-1.5,0-2.72,1.22-2.72,2.72v0c0,1.5,1.22,2.72,2.72,2.72h9.59
|
||||
c1.5,0,2.72-1.22,2.72-2.72v0C398.78,283.77,397.57,282.56,396.07,282.56z"/>
|
||||
<path class="st11" d="M492.2,318.69h-28.82c-1.5,0-2.72,1.22-2.72,2.72c0,1.5,1.22,2.72,2.72,2.72h28.82c1.5,0,2.72-1.22,2.72-2.72
|
||||
C494.92,319.91,493.7,318.69,492.2,318.69z"/>
|
||||
<path class="st11" d="M453.75,318.69h-28.82c-1.5,0-2.72,1.22-2.72,2.72c0,1.5,1.22,2.72,2.72,2.72h28.82
|
||||
c1.5,0,2.72-1.22,2.72-2.72C456.47,319.91,455.25,318.69,453.75,318.69z"/>
|
||||
<path class="st11" d="M415.3,318.69h-9.59c-1.5,0-2.72,1.22-2.72,2.72c0,1.5,1.22,2.72,2.72,2.72h9.59c1.5,0,2.72-1.22,2.72-2.72
|
||||
C418.01,319.91,416.8,318.69,415.3,318.69z"/>
|
||||
<path class="st11" d="M508.96,306.83h-19.08c-1.33,0-2.41,1.08-2.41,2.41s1.08,2.41,2.41,2.41h19.08c1.33,0,2.41-1.08,2.41-2.41
|
||||
S510.29,306.83,508.96,306.83z"/>
|
||||
<path class="st11" d="M463.05,311.65h19.08c1.33,0,2.41-1.08,2.41-2.41s-1.08-2.41-2.41-2.41h-19.08c-1.33,0-2.41,1.08-2.41,2.41
|
||||
S461.72,311.65,463.05,311.65z"/>
|
||||
<path class="st11" d="M455.31,306.83h-5.67c-1.33,0-2.41,1.08-2.41,2.41s1.08,2.41,2.41,2.41h5.67c1.33,0,2.41-1.08,2.41-2.41
|
||||
S456.63,306.83,455.31,306.83z"/>
|
||||
<path class="st11" d="M441.89,306.83h-5.67c-1.33,0-2.41,1.08-2.41,2.41s1.08,2.41,2.41,2.41h5.67c1.33,0,2.41-1.08,2.41-2.41
|
||||
S443.22,306.83,441.89,306.83z"/>
|
||||
<path class="st11" d="M492.2,294.53h-1.67c-1.5,0-2.72,1.22-2.72,2.72s1.22,2.72,2.72,2.72h1.67c1.5,0,2.72-1.22,2.72-2.72
|
||||
S493.7,294.53,492.2,294.53z"/>
|
||||
<path class="st11" d="M442.37,294.98h-28.82c-1.5,0-2.72,1.22-2.72,2.72s1.22,2.72,2.72,2.72h28.82c1.5,0,2.72-1.22,2.72-2.72
|
||||
S443.87,294.98,442.37,294.98z"/>
|
||||
<path class="st11" d="M449.29,297.69c0,1.5,1.22,2.72,2.72,2.72h9.59c1.5,0,2.72-1.22,2.72-2.72s-1.22-2.72-2.72-2.72h-9.59
|
||||
C450.51,294.98,449.29,296.19,449.29,297.69z"/>
|
||||
<path class="st11" d="M471.24,294.98c-1.5,0-2.72,1.22-2.72,2.72s1.22,2.72,2.72,2.72h9.59c1.5,0,2.72-1.22,2.72-2.72
|
||||
s-1.22-2.72-2.72-2.72H471.24z"/>
|
||||
<path class="st11" d="M486.69,256.03c-1.07,1.05-1.09,2.77-0.04,3.84c0.53,0.54,1.23,0.81,1.94,0.81c0.69,0,1.37-0.26,1.9-0.78
|
||||
l7.12-6.99c1.17-1.15,1.81-2.69,1.81-4.33s-0.64-3.18-1.82-4.33l-7.12-6.99c-1.07-1.05-2.79-1.03-3.84,0.04
|
||||
c-1.05,1.07-1.03,2.79,0.04,3.84l7.12,6.99c0.16,0.15,0.19,0.33,0.19,0.45c0,0.12-0.03,0.3-0.19,0.45L486.69,256.03z"/>
|
||||
<path class="st11" d="M459.77,241.1c1.07-1.05,1.09-2.77,0.04-3.84c-1.06-1.07-2.77-1.09-3.84-0.04l-7.12,6.99
|
||||
c-1.17,1.15-1.81,2.69-1.81,4.33c0,1.64,0.64,3.18,1.82,4.33l7.12,6.99c0.53,0.52,1.21,0.78,1.9,0.78c0.7,0,1.41-0.27,1.94-0.81
|
||||
c1.05-1.07,1.03-2.79-0.04-3.84l-7.12-6.98c-0.16-0.15-0.19-0.33-0.19-0.45c0-0.12,0.03-0.3,0.19-0.45L459.77,241.1z"/>
|
||||
<path class="st11" d="M467.16,263.02c0.35,0.15,0.72,0.22,1.08,0.22c1.05,0,2.05-0.61,2.49-1.64l10.3-23.86
|
||||
c0.59-1.38-0.04-2.97-1.42-3.57c-1.37-0.59-2.97,0.04-3.57,1.42l-10.3,23.86C465.15,260.83,465.78,262.42,467.16,263.02z"/>
|
||||
<circle class="st11" cx="487.84" cy="105.94" r="2.01"/>
|
||||
<path class="st11" d="M495.97,108.77c-1.11,0-2.01,0.9-2.01,2.01c0,1.11,0.9,2.01,2.01,2.01c1.11,0,2.01-0.9,2.01-2.01
|
||||
C497.98,109.67,497.08,108.77,495.97,108.77z"/>
|
||||
<path class="st11" d="M481.31,102.72c-1.11,0-2.01,0.9-2.01,2.01c0,1.11,0.9,2.01,2.01,2.01c1.11,0,2.01-0.9,2.01-2.01
|
||||
C483.32,103.62,482.42,102.72,481.31,102.72z"/>
|
||||
<path class="st11" d="M569.61,160.29l8.22-6.19l-0.01-0.01c4.62-3.38,2.33-11.8-2.37-18.41c-4.71-6.65-11.96-11.62-16.66-8.28l0,0
|
||||
c-0.02,0.02-0.03,0.04-0.05,0.05l-0.01-0.01l-9.3,7c-28.88-30.08-67.03-46.65-107.47-46.65h-7.03v-4.13
|
||||
c14.62-0.43,32.22-2.21,32.22-8.38v-8.09c0-7.39-25.35-8.5-40.46-8.5c-15.11,0-40.46,1.1-40.46,8.5v8.09
|
||||
c0,6.2,17.81,7.97,32.47,8.38v4.12h-11.75c-28.5,0-56.22,8.44-80.21,24.07l-8.97-6.75l-1.64,2.17l1.57-2.22
|
||||
c-1.31-0.93-4.19-2.07-8.78,0.65c-2.75,1.63-5.55,4.34-7.88,7.62c-2.44,3.43-4.03,7.04-4.61,10.19
|
||||
c-13.23-4.92-27.41-7.68-42.2-7.68c-50.62,0-94.48,31.29-115.43,76.62c-0.04,0.06-0.1,0.09-0.14,0.16
|
||||
c-0.07,0.13-0.08,0.27-0.13,0.41c-7.85,17.18-12.37,36.36-12.78,56.61H87.97c-1.42-20.05-16.21-35.82-34.29-35.82
|
||||
c-1.96,0-9.86-0.03-12-0.03c-20.28,0-36.78,17.49-36.78,38.99c0,21.5,16.5,38.99,36.78,38.99c0.02,0,0.04,0,0.05,0h11.95
|
||||
c0,0,0,0,0,0c0,0,0,0,0,0h0.92v-0.05c17.91-0.54,32.37-16.53,33.4-36.64h37.72c1.27,74.23,58.4,134.2,128.49,134.2
|
||||
c19.33,0,37.64-4.62,54.1-12.79l0.46,0.38c27.48,24.31,62.34,37.7,98.15,37.7h35.02c19.4,0,38.99-4.35,61.66-13.7
|
||||
c12.56-5.18,25.14-14.84,25.61-15.21c41.53-30.56,66.33-80.83,66.33-134.47C595.57,218.63,586.59,187.21,569.61,160.29z
|
||||
M41.67,286.35c-17.29,0-31.35-15.05-31.35-33.56c0-18.5,14.06-33.56,31.35-33.56c17.28,0,31.35,15.05,31.35,33.56
|
||||
C73.02,271.3,58.96,286.35,41.67,286.35z M561.93,131.84L561.93,131.84c0.72-0.47,5.01,1.23,9.1,6.99
|
||||
c4.09,5.77,4.28,10.41,3.6,10.89c-0.7,0.49-5.01-1.22-9.1-6.99C561.43,136.97,561.24,132.34,561.93,131.84z M556.53,135.9
|
||||
c0.66,3.24,2.32,6.81,4.57,9.97c2.33,3.29,5.29,6.16,8.24,7.82l-14.66,11.04c-0.7,0.46-4.99-1.22-9.09-6.99
|
||||
c-1.87-2.64-3.22-5.51-3.7-7.88c-0.39-1.94-0.06-2.89,0.1-3.01l0.06-0.04L556.53,135.9z M454.93,93.9
|
||||
c-0.12,0.26-0.19,0.53-0.19,0.83c0,0.58,0.26,1.1,0.65,1.46c-2.9-1.03-5.83-2-8.8-2.84C449.38,93.44,452.16,93.64,454.93,93.9z
|
||||
M426.68,64.14c17.23,0,28.32,1.66,33.01,3.07c-4.69,1.4-15.77,3.07-33.01,3.07c-17.23,0-28.32-1.66-33.01-3.07
|
||||
C398.36,65.8,409.45,64.14,426.68,64.14z M391.65,74.51v-2.4c8.27,3.01,24.24,3.59,35.03,3.59c10.79,0,26.76-0.58,35.03-3.59v2.4
|
||||
c-2.57,1.47-14.4,3.86-35.03,3.86C406.05,78.37,394.22,75.99,391.65,74.51z M305.46,116.49c1.87-2.64,4.14-4.86,6.22-6.09
|
||||
c1.69-1.01,2.7-1.01,2.87-0.9l7.41,5.58c-5.42,3.83-10.62,8.06-15.59,12.63c-1.56-0.74-3.14-1.44-4.73-2.11
|
||||
C301.76,123.48,302.85,120.16,305.46,116.49z M256.93,383.79v-13.54c0-1.5-1.21-2.71-2.72-2.71c-1.5,0-2.71,1.22-2.71,2.71v13.54
|
||||
c-21.4-0.5-41.46-6.84-58.86-17.59l9.82-14.43c0.84-1.24,0.52-2.93-0.72-3.77c-1.23-0.84-2.93-0.52-3.77,0.72l-9.88,14.53
|
||||
c-15.67-10.68-28.93-25.02-38.71-41.9l8.27-5.88c0.47,0.82,0.92,1.63,1.42,2.45l2.32-1.4c-0.53-0.88-1.02-1.75-1.52-2.63l3.04-2.16
|
||||
c1.22-0.87,1.51-2.56,0.64-3.79c-0.86-1.22-2.55-1.51-3.79-0.64l-13.01,9.26c-9.59-18.25-15.2-39.18-15.6-61.45h9.88l0,0.29h2.72
|
||||
l0-0.29h39.01v-5.43h-51.59c0.38-18.44,4.34-35.95,11.17-51.78l14.93,8.52c0.42,0.24,0.89,0.36,1.34,0.36
|
||||
c0.94,0,1.86-0.49,2.36-1.37c0.75-1.3,0.29-2.96-1.01-3.7l-3.68-2.11c0.21-0.45,0.41-0.95,0.62-1.39l-2.46-1.15
|
||||
c-0.18,0.38-0.35,0.8-0.53,1.19l-9.3-5.31c8.72-18.14,21.26-33.86,36.52-45.9l11.73,15.46c0.54,0.7,1.34,1.07,2.17,1.07
|
||||
c0.57,0,1.15-0.18,1.64-0.55c1.19-0.91,1.43-2.61,0.52-3.8l-11.74-15.46c14.74-10.62,31.74-17.93,50.06-20.93l15.5,26.84
|
||||
c0.8,1.38,2.79,1.38,3.59,0l15.71-27.2c18.13,2.53,35.02,9.28,49.79,19.3l-9.8,12.21c-0.94,1.17-0.75,2.88,0.42,3.82
|
||||
c0.5,0.4,1.1,0.6,1.7,0.6c0.8,0,1.58-0.35,2.12-1.02l10-12.46c15.29,11.39,28.06,26.37,37.21,43.81l-14.51,7.77
|
||||
c-1.32,0.71-1.82,2.35-1.11,3.67c0.49,0.91,1.43,1.43,2.4,1.43c0.43,0,0.87-0.1,1.28-0.32l14.36-7.69
|
||||
c8.06,16.99,12.74,36.09,13.13,56.3h-14.97c-1.5,0-2.71,1.22-2.71,2.71c0,1.5,1.21,2.72,2.71,2.72h14.97
|
||||
c-0.4,20.94-5.41,40.68-14.01,58.13l-12.62-7.21c-1.3-0.75-2.96-0.29-3.7,1.01c-0.75,1.3-0.29,2.96,1.01,3.7l12.81,7.32
|
||||
c-9.32,17.12-22.13,31.82-37.43,42.92l-9.12-12.02c-0.91-1.19-2.61-1.43-3.8-0.52c-1.2,0.91-1.43,2.61-0.52,3.8l8.98,11.82
|
||||
C300.78,376.19,279.6,383.26,256.93,383.79z M525.33,236.44c-1.5,0-2.72,1.21-2.72,2.71v91.03c0,0.23,0.08,0.44,0.13,0.66
|
||||
c-21.57,36.24-57.66,61.71-99.5,67.03c-33.32-3.85-63.25-18.8-86.01-41.06c11.83-10.67,21.84-23.55,29.42-38.07
|
||||
c0.04-0.06,0.12-0.09,0.16-0.16c0.06-0.11,0.07-0.23,0.11-0.34c2.96-5.73,5.5-11.73,7.68-17.92c0.16,0.03,0.31,0.1,0.49,0.1h28.82
|
||||
c1.5,0,2.72-1.22,2.72-2.72s-1.22-2.72-2.72-2.72h-27.49c4.11-13.35,6.34-27.6,6.34-42.4c0-10.27-1.09-20.27-3.13-29.9
|
||||
c0.6-0.86,0.97-1.87,0.97-2.96l-0.11-3.85c1.35-0.45,2.69-1.01,3.73-1.73l2.89,2.89c1.96,1.96,5.38,1.97,7.34,0l7.31-7.31
|
||||
c2.02-2.02,2.02-5.31,0-7.34l-2.8-2.64c0.64-1.3,1.2-2.63,1.42-3.86h4.09c2.86,0,5.19-2.33,5.19-5.19v-10.34
|
||||
c0-2.86-2.33-5.19-5.19-5.19l-3.85,0.11c-0.45-1.35-1.01-2.69-1.73-3.73l2.89-2.89c2.02-2.02,2.02-5.31,0-7.34l-7.31-7.31
|
||||
c-1.96-1.96-5.39-1.95-7.34,0l-2.65,2.8c-1.29-0.64-2.63-1.2-3.86-1.42v-4.08c0-2.86-2.33-5.19-5.19-5.19h-10.34
|
||||
c-2.86,0-5.19,2.33-5.19,5.19l0.11,3.85c-1.36,0.46-2.7,1.01-3.73,1.73l-2.89-2.89c-1.96-1.96-5.38-1.96-7.34,0l-1.54,1.54
|
||||
c-2.74-2.88-5.56-5.65-8.53-8.26c20.23-20.28,46.33-34.7,75.54-40.5c73.47,2.59,132.51,67.07,132.51,146.02
|
||||
c0,24.69-5.79,47.96-15.98,68.37v-82.01C528.04,237.66,526.83,236.44,525.33,236.44z M361.89,178.15c2.12-2.4,5.12-3.87,8.36-3.87
|
||||
c6.19,0,11.23,5.04,11.23,11.23c0,5.79-4.42,10.52-10.06,11.11C368.68,190.18,365.49,184.01,361.89,178.15z M386.91,185.5
|
||||
c0-9.18-7.47-16.66-16.66-16.66c-4.29,0-8.34,1.66-11.4,4.54c-3.27-4.87-6.85-9.48-10.68-13.84l1.55-1.55l2.72,2.72
|
||||
c1.56,1.57,3.98,1.94,6.01,0.94c1.06-0.53,2.17-0.99,3.3-1.37c2.14-0.72,3.58-2.7,3.58-4.91v-3.84h9.86v3.84
|
||||
c0,2.21,1.44,4.19,3.58,4.91c1.11,0.37,2.22,0.84,3.3,1.37c2.02,1.01,4.44,0.63,6.01-0.94l2.72-2.72l6.97,6.97l-2.72,2.72
|
||||
c-1.57,1.57-1.94,3.98-0.94,6.01c0.53,1.07,0.99,2.18,1.37,3.3c0.73,2.14,2.7,3.58,4.91,3.58h3.84v9.86h-3.84
|
||||
c-2.21,0-4.18,1.44-4.91,3.58c-0.37,1.11-0.83,2.22-1.37,3.29c-1.01,2.03-0.63,4.44,0.94,6.01l2.72,2.72l-6.97,6.97l-2.72-2.72
|
||||
c-1.57-1.57-3.98-1.95-6-0.94c-1.07,0.53-2.18,0.99-3.3,1.37c-0.73,0.25-1.33,0.67-1.87,1.17c-1.01-3.41-2.12-6.77-3.37-10.06
|
||||
C381.14,200.31,386.91,193.57,386.91,185.5z M406.94,409.15c-33.96,0-67.04-12.54-93.41-35.37c1.46-0.81,2.89-1.69,4.32-2.56
|
||||
l3.58,2.84c24.82,19.83,54.39,30.31,85.51,30.31c78.58,0,142.51-68,142.51-151.58c0-83.58-63.93-151.58-142.51-151.58
|
||||
c-31.1,0-60.64,10.46-85.47,30.27l-3.27,2.67c-2.18-1.34-4.4-2.59-6.65-3.79c26.67-23.94,60.42-37.13,95.39-37.13
|
||||
c81.7,0,148.17,70.86,148.17,157.96C555.11,338.29,488.64,409.15,406.94,409.15z M447.36,408.98c-0.24,0.01-0.48,0.04-0.73,0.05
|
||||
c0.29-0.08,0.58-0.18,0.88-0.27C447.45,408.82,447.41,408.9,447.36,408.98z M450.57,408.77c-0.26-0.32-0.6-0.54-1.01-0.65
|
||||
c1.07-0.33,2.15-0.64,3.21-0.99c0.12,0.62,0.49,1.13,1.04,1.41C452.73,408.63,451.65,408.7,450.57,408.77z M525.97,381.33
|
||||
c-0.13,0.1-12.52,9.62-24.41,14.53c-1.15,0.48-2.27,0.89-3.41,1.34c0.27-0.34,0.45-0.75,0.45-1.22c0-1.11-0.9-2.01-2.01-2.01
|
||||
c-1.11,0-2.01,0.9-2.01,2.01c0,1,0.75,1.8,1.71,1.95c-2.39,0.92-4.74,1.78-7.06,2.58c0.04-0.16,0.1-0.32,0.1-0.49
|
||||
c0-1.11-0.9-2.01-2.01-2.01c-1.11,0-2.01,0.9-2.01,2.01c0,0.64,0.32,1.19,0.79,1.56c-2.05,0.67-4.09,1.3-6.09,1.88
|
||||
c-0.25-0.82-0.99-1.43-1.89-1.43c-1.11,0-2.01,0.9-2.01,2.01c0,0.15,0.05,0.29,0.09,0.43c-1.66,0.44-3.32,0.85-4.96,1.22
|
||||
c-0.36-0.55-0.95-0.94-1.66-0.94c-1.01,0-1.8,0.75-1.95,1.72c-1.42,0.28-2.83,0.53-4.23,0.77c-0.3-0.73-1.02-1.24-1.85-1.24
|
||||
c-1.06,0-1.9,0.83-1.98,1.87c-1.2,0.17-2.39,0.28-3.58,0.41c0.44-0.37,0.74-0.9,0.74-1.52c0-0.35-0.11-0.66-0.27-0.95
|
||||
c2.47-0.9,4.93-1.85,7.34-2.88c0.33,0.65,0.99,1.1,1.77,1.1c1.11,0,2.01-0.9,2.01-2.01c0-0.25-0.06-0.49-0.15-0.72
|
||||
c1.45-0.66,2.89-1.34,4.32-2.05c-0.1,0.23-0.15,0.49-0.15,0.76c0,1.11,0.9,2.01,2.01,2.01s2.01-0.9,2.01-2.01
|
||||
c0-0.96-0.68-1.72-1.58-1.92c2.58-1.34,5.14-2.73,7.63-4.22c0.16,0.04,0.31,0.1,0.47,0.1c0.96,0,1.72-0.69,1.92-1.59
|
||||
c45.69-28.34,76.49-80.99,76.49-141.2c0-57.16-27.76-107.53-69.67-136.73c0.57-0.35,0.98-0.96,0.98-1.68c0-1.11-0.9-2.01-2.01-2.01
|
||||
c-0.99,0-1.78,0.73-1.94,1.67c-4.4-2.91-8.94-5.59-13.62-8.03c0.59-0.35,1-0.96,1-1.7c0-1.11-0.9-2.01-2.01-2.01
|
||||
c-1.11,0-2.01,0.9-2.01,2.01c0,0.06,0.03,0.11,0.04,0.18c-2.47-1.22-4.97-2.37-7.51-3.45c0.39-0.37,0.64-0.88,0.64-1.46
|
||||
c0-1.11-0.9-2.01-2.01-2.01c-1.11,0-2.01,0.9-2.01,2.01c0,0.03,0.02,0.06,0.02,0.09c-1.19-0.47-2.38-0.92-3.58-1.36
|
||||
c1.06-0.06,1.9-0.92,1.9-1.99c0-0.16-0.05-0.29-0.09-0.44c3,0.36,5.99,0.79,8.96,1.34c-0.22,0.32-0.37,0.69-0.37,1.1
|
||||
c0,1.11,0.9,2.01,2.01,2.01c1.11,0,2.01-0.9,2.01-2.01c0-0.13-0.05-0.24-0.07-0.36c1.41,0.3,2.82,0.61,4.22,0.96
|
||||
c-0.07,0.21-0.13,0.43-0.13,0.66c0,1.11,0.9,2.01,2.01,2.01c0.99,0,1.78-0.73,1.94-1.68c1.63,0.45,3.24,0.94,4.85,1.45
|
||||
c-0.16,0.29-0.27,0.6-0.27,0.95c0,1.11,0.9,2.01,2.01,2.01c1.02,0,1.83-0.77,1.96-1.76c2.02,0.7,4.02,1.43,6.01,2.22
|
||||
c-0.46,0.37-0.78,0.91-0.78,1.55c0,1.11,0.9,2.01,2.01,2.01s2.01-0.9,2.01-2.01c0-0.07-0.03-0.13-0.04-0.2
|
||||
c2.02,0.86,4.02,1.77,6.01,2.73c-0.43,0.37-0.71,0.89-0.71,1.5c0,1.11,0.9,2.01,2.01,2.01c1.07,0,1.93-0.85,1.99-1.91
|
||||
c14.12,7.26,27.2,16.95,38.76,28.89l-6.25,4.71l0,0c-1.31,0.95-3.26,3.29-2.22,8.46c0.63,3.14,2.26,6.67,4.59,9.95
|
||||
c3.67,5.18,8.88,9.35,13.24,9.35c1.23,0,2.39-0.33,3.42-1.07l0.06-0.04l7.35-5.53c16.28,25.97,24.9,56.23,24.9,87.61
|
||||
C590.14,303.12,566.17,351.76,525.97,381.33z"/>
|
||||
<path class="st11" d="M480.13,396.8c-1.11,0-2.01,0.9-2.01,2.01c0,1.11,0.9,2.01,2.01,2.01c1.11,0,2.01-0.9,2.01-2.01
|
||||
C482.13,397.7,481.23,396.8,480.13,396.8z"/>
|
||||
<circle class="st11" cx="488.26" cy="393.98" r="2.01"/>
|
||||
<circle class="st11" cx="48.14" cy="172.18" r="2.58"/>
|
||||
<path class="st11" d="M162,322.53c0.99,1.5,2.02,3.01,3.1,4.52l2.21-1.58c-1.06-1.48-2.07-2.96-3.04-4.43L162,322.53z"/>
|
||||
<path class="st11" d="M149.98,292.24l-2.57,0.88c0.59,1.71,1.22,3.43,1.9,5.15l2.52-0.99
|
||||
C151.18,295.59,150.56,293.91,149.98,292.24z"/>
|
||||
<path class="st11" d="M168.36,331.45c1.09,1.43,2.23,2.86,3.41,4.29l2.09-1.73c-1.16-1.4-2.27-2.81-3.35-4.21L168.36,331.45z"/>
|
||||
<path class="st11" d="M151.44,303.34c0.73,1.65,1.51,3.3,2.34,4.96l2.43-1.21c-0.81-1.62-1.57-3.25-2.29-4.86L151.44,303.34z"/>
|
||||
<path class="st11" d="M166.29,178.66l-1.02-0.71c-0.64,0.92-1.7,2.48-3.02,4.61l2.31,1.43c1.17-1.88,2.12-3.31,2.76-4.22l2.96,2.59
|
||||
l1.79-2.04l-4.09-3.58L166.29,178.66z"/>
|
||||
<path class="st11" d="M156.85,192.12l2.41,1.24c0.88-1.72,1.74-3.3,2.55-4.74l-2.37-1.33
|
||||
C158.62,188.76,157.75,190.37,156.85,192.12z"/>
|
||||
|
||||
<rect x="175.7" y="328.78" transform="matrix(0.6934 -0.7206 0.7206 0.6934 -183.1874 229.7934)" class="st11" width="5.43" height="2.72"/>
|
||||
<path class="st11" d="M145.16,222.8l2.63,0.67c0.45-1.77,0.93-3.5,1.44-5.18l-2.6-0.78C146.11,219.24,145.62,221,145.16,222.8z"/>
|
||||
<path class="st11" d="M146.98,281.95l-2.64,0.64c0.43,1.76,0.9,3.53,1.42,5.31l2.6-0.76C147.85,285.39,147.39,283.66,146.98,281.95
|
||||
z"/>
|
||||
<path class="st11" d="M141.47,244.41l2.7,0.23c0.15-1.8,0.34-3.58,0.57-5.34l-2.69-0.35C141.82,240.75,141.63,242.57,141.47,244.41
|
||||
z"/>
|
||||
|
||||
<rect x="175.94" y="183.99" transform="matrix(0.6586 -0.7525 0.7525 0.6586 -79.961 197.1583)" class="st11" width="2.71" height="5.43"/>
|
||||
<path class="st11" d="M142.87,233.53l2.68,0.46c0.3-1.79,0.65-3.55,1.02-5.28l-2.66-0.57C143.53,229.91,143.18,231.7,142.87,233.53
|
||||
z"/>
|
||||
<path class="st11" d="M144.95,271.41l-2.69,0.39c0.26,1.79,0.56,3.6,0.91,5.42l2.67-0.51C145.49,274.93,145.2,273.16,144.95,271.41
|
||||
z"/>
|
||||
<path class="st11" d="M143.9,260.74l-2.71,0.14c0.09,1.81,0.23,3.64,0.4,5.48l2.7-0.26C144.12,264.29,143.99,262.5,143.9,260.74z"
|
||||
/>
|
||||
<path class="st11" d="M148.29,212.29l2.57,0.87c0.59-1.74,1.2-3.43,1.82-5.06l-2.53-0.97C149.51,208.8,148.89,210.52,148.29,212.29
|
||||
z"/>
|
||||
|
||||
<rect x="200.45" y="205.44" transform="matrix(0.6586 -0.7525 0.7525 0.6586 -87.739 222.9307)" class="st11" width="2.71" height="5.43"/>
|
||||
|
||||
<rect x="216.8" y="219.75" transform="matrix(0.6586 -0.7525 0.7525 0.6586 -92.9258 240.0876)" class="st11" width="2.71" height="5.43"/>
|
||||
|
||||
<rect x="220.86" y="281.82" transform="matrix(0.6932 -0.7207 0.7207 0.6932 -135.5059 248.0208)" class="st11" width="5.43" height="2.72"/>
|
||||
<path class="st11" d="M228.51,254.56l-2.71,0.2c0.14,1.9,0.48,3.79,1.02,5.62l2.6-0.77C228.94,257.97,228.63,256.27,228.51,254.56z
|
||||
"/>
|
||||
|
||||
<rect x="213.34" y="289.65" transform="matrix(0.693 -0.7209 0.7209 0.693 -143.4677 245.0834)" class="st11" width="5.43" height="2.72"/>
|
||||
|
||||
<rect x="208.62" y="212.6" transform="matrix(0.6586 -0.7525 0.7525 0.6586 -90.3317 231.5167)" class="st11" width="2.71" height="5.43"/>
|
||||
|
||||
<rect x="228.39" y="273.99" transform="matrix(0.6934 -0.7206 0.7206 0.6934 -127.5496 250.961)" class="st11" width="5.43" height="2.72"/>
|
||||
<path class="st11" d="M231.56,236l0.03,0.02c-0.6,0.76-1.17,1.56-1.69,2.38l2.3,1.45c0.69-1.09,1.46-2.12,2.31-3.09l0.9-1.02
|
||||
l-2.05-1.79L231.56,236z"/>
|
||||
<path class="st11" d="M228.99,265.65c0.91,1.66,2,3.24,3.24,4.7l2.06-1.76c-1.12-1.31-2.1-2.73-2.91-4.23L228.99,265.65z"/>
|
||||
|
||||
<rect x="224.97" y="226.9" transform="matrix(0.6587 -0.7524 0.7524 0.6587 -95.5189 248.6622)" class="st11" width="2.71" height="5.43"/>
|
||||
|
||||
<rect x="190.75" y="313.13" transform="matrix(0.6932 -0.7207 0.7207 0.6932 -167.3096 235.9249)" class="st11" width="5.43" height="2.72"/>
|
||||
|
||||
<rect x="192.28" y="198.29" transform="matrix(0.6587 -0.7524 0.7524 0.6587 -85.1481 214.3046)" class="st11" width="2.71" height="5.43"/>
|
||||
|
||||
<rect x="183.23" y="320.96" transform="matrix(0.6934 -0.7206 0.7206 0.6934 -175.2396 232.8174)" class="st11" width="5.43" height="2.72"/>
|
||||
|
||||
<rect x="198.28" y="305.3" transform="matrix(0.6934 -0.7206 0.7206 0.6934 -159.3424 238.8656)" class="st11" width="5.43" height="2.72"/>
|
||||
|
||||
<rect x="205.81" y="297.48" transform="matrix(0.6934 -0.7206 0.7206 0.6934 -151.3945 241.8891)" class="st11" width="5.43" height="2.72"/>
|
||||
<path class="st11" d="M225.99,249.06l2.69,0.38c0.24-1.7,0.66-3.37,1.25-4.97l-2.54-0.94C226.72,245.3,226.25,247.17,225.99,249.06
|
||||
z"/>
|
||||
|
||||
<rect x="184.11" y="191.14" transform="matrix(0.6587 -0.7524 0.7524 0.6587 -82.5552 205.7152)" class="st11" width="2.71" height="5.43"/>
|
||||
<path class="st11" d="M58.52,192.14c0.17,0.09,0.25,0.3,0.17,0.48l-3.08,6.77c-0.17,0.38,0.31,0.71,0.6,0.41l9.33-9.37
|
||||
c0.18-0.19,0.12-0.5-0.11-0.6l-5.43-2.36c-0.22-0.1-0.29-0.37-0.15-0.56l3.73-6.67c0.2-0.36-0.24-0.73-0.56-0.48l-10.77,8.49
|
||||
c-0.23,0.16-0.2,0.5,0.04,0.63L58.52,192.14z"/>
|
||||
<path class="st11" d="M13.86,207.09c0.88-1.97,1.19-3.93,1.3-5.9c1.97-0.11,3.93-0.42,5.9-1.3c-1.97-0.88-3.93-1.19-5.9-1.3
|
||||
c-0.11-1.97-0.42-3.93-1.3-5.9c-0.88,1.97-1.19,3.93-1.3,5.9c-1.97,0.11-3.93,0.42-5.9,1.3c1.97,0.88,3.93,1.19,5.9,1.3
|
||||
C12.67,203.16,12.98,205.13,13.86,207.09z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 29 KiB |
107
static/icons/wikijs.svg
Normal file
107
static/icons/wikijs.svg
Normal file
@ -0,0 +1,107 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg width="100%" height="100%" viewBox="0 0 282 82" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;">
|
||||
<path d="M85.83,1.976c-1.317,1.317 -1.975,2.934 -1.975,4.854c-0.001,1.922 0.658,3.554 1.975,4.897c1.316,1.346 2.935,2.016 4.855,2.016c1.92,0 3.552,-0.67 4.896,-2.016c1.344,-1.343 2.016,-2.975 2.016,-4.897c0,-1.92 -0.672,-3.537 -2.016,-4.854c-1.344,-1.317 -2.976,-1.976 -4.896,-1.976c-1.92,0 -3.539,0.659 -4.855,1.976Zm0.371,16.005c-1.235,1.234 -1.852,2.73 -1.852,4.485l0,33.328c0,0.879 0.164,1.716 0.493,2.51c0.329,0.797 0.782,1.482 1.359,2.058c0.575,0.576 1.247,1.029 2.015,1.359c0.768,0.328 1.591,0.492 2.47,0.492c1.754,0 3.263,-0.63 4.526,-1.892c1.26,-1.261 1.892,-2.77 1.892,-4.527l0,-33.328c0,-0.876 -0.164,-1.7 -0.493,-2.469c-0.33,-0.768 -0.783,-1.44 -1.358,-2.016c-0.576,-0.576 -1.263,-1.029 -2.058,-1.357c-0.796,-0.329 -1.633,-0.494 -2.509,-0.494c-1.757,0 -3.251,0.617 -4.485,1.851Z" style="fill:url(#_Linear1);fill-rule:nonzero;"/>
|
||||
<path d="M150.511,1.976c-1.318,1.317 -1.975,2.934 -1.975,4.854c0,1.922 0.657,3.554 1.975,4.897c1.317,1.346 2.935,2.016 4.855,2.016c1.92,0 3.552,-0.67 4.897,-2.016c1.343,-1.343 2.016,-2.975 2.016,-4.897c0,-1.92 -0.673,-3.537 -2.016,-4.854c-1.345,-1.317 -2.977,-1.976 -4.897,-1.976c-1.92,0 -3.538,0.659 -4.855,1.976Zm0.37,16.005c-1.234,1.234 -1.852,2.73 -1.852,4.485l0,33.328c0,0.879 0.164,1.716 0.495,2.51c0.329,0.797 0.781,1.482 1.357,2.058c0.575,0.576 1.247,1.029 2.017,1.359c0.767,0.328 1.59,0.492 2.468,0.492c1.755,0 3.263,-0.63 4.527,-1.892c1.26,-1.261 1.892,-2.77 1.892,-4.527l0,-33.328c0,-0.876 -0.164,-1.7 -0.494,-2.469c-0.33,-0.768 -0.782,-1.44 -1.357,-2.016c-0.576,-0.576 -1.263,-1.029 -2.057,-1.357c-0.796,-0.329 -1.633,-0.494 -2.511,-0.494c-1.756,0 -3.25,0.617 -4.485,1.851Z" style="fill:url(#_Linear2);fill-rule:nonzero;"/>
|
||||
<path d="M171.494,46.784c-0.988,0.411 -1.838,0.987 -2.551,1.728c-0.714,0.741 -1.276,1.592 -1.687,2.55c-0.411,0.961 -0.618,1.99 -0.618,3.087c0,2.25 0.768,4.155 2.305,5.72c1.535,1.563 3.429,2.344 5.677,2.344c2.249,0 4.157,-0.781 5.721,-2.344c1.562,-1.565 2.345,-3.47 2.345,-5.72c0,-1.097 -0.206,-2.126 -0.617,-3.087c-0.412,-0.958 -0.988,-1.809 -1.728,-2.55c-0.74,-0.741 -1.605,-1.317 -2.593,-1.728c-0.987,-0.411 -2.03,-0.618 -3.128,-0.618c-1.097,0 -2.139,0.207 -3.126,0.618Z" style="fill:url(#_Linear3);fill-rule:nonzero;"/>
|
||||
<path d="M188.94,1.976c-1.317,1.317 -1.976,2.934 -1.976,4.854c0,1.922 0.659,3.554 1.976,4.897c1.316,1.346 2.933,2.016 4.855,2.016c1.919,0 3.551,-0.67 4.897,-2.016c1.343,-1.343 2.015,-2.975 2.015,-4.897c0,-1.92 -0.672,-3.537 -2.015,-4.854c-1.346,-1.317 -2.978,-1.976 -4.897,-1.976c-1.922,0 -3.539,0.659 -4.855,1.976Zm0.37,16.005c-1.235,1.234 -1.852,2.73 -1.852,4.485l0,39.747c0,1.536 -0.22,2.73 -0.659,3.58c-0.44,0.851 -0.974,1.564 -1.603,2.14c-0.632,0.577 -1.317,1.042 -2.058,1.399c-0.741,0.356 -1.426,0.795 -2.058,1.317c-0.63,0.521 -1.165,1.179 -1.605,1.975c-0.437,0.794 -0.658,1.879 -0.658,3.251c0,1.755 0.645,3.085 1.934,3.99c1.29,0.906 2.84,1.359 4.65,1.359c2.029,0 3.95,-0.399 5.76,-1.194c1.81,-0.795 3.387,-1.975 4.733,-3.538c1.343,-1.564 2.398,-3.539 3.167,-5.926c0.769,-2.386 1.152,-5.171 1.152,-8.353l0,-39.747c0,-0.876 -0.164,-1.7 -0.494,-2.469c-0.328,-0.768 -0.78,-1.44 -1.357,-2.016c-0.576,-0.576 -1.264,-1.029 -2.058,-1.357c-0.795,-0.329 -1.633,-0.494 -2.509,-0.494c-1.758,0 -3.252,0.617 -4.485,1.851Z" style="fill:url(#_Linear4);fill-rule:nonzero;"/>
|
||||
<clipPath id="_clip5">
|
||||
<path d="M3.991,1.192c-0.905,0.468 -1.645,1.058 -2.222,1.771c-0.577,0.714 -1.016,1.495 -1.317,2.346c-0.302,0.85 -0.452,1.659 -0.452,2.427c0,0.823 0.109,1.564 0.329,2.221l14.629,46.475c2.349,-6.486 4.885,-13.534 7.493,-20.85l-8.461,-30.069c-0.44,-1.534 -1.29,-2.756 -2.552,-3.661c-1.262,-0.905 -2.688,-1.358 -4.279,-1.358c-1.207,0 -2.263,0.234 -3.168,0.698Z"/>
|
||||
</clipPath>
|
||||
<g clip-path="url(#_clip5)">
|
||||
<path d="M10.488,-2.093l24.438,48.454l-19.968,10.07l-24.438,-48.453l19.968,-10.071Z" style="fill:url(#_Linear6);fill-rule:nonzero;"/>
|
||||
</g>
|
||||
<clipPath id="_clip7">
|
||||
<path d="M35.839,1.769c-1.18,0.851 -2.072,2.072 -2.676,3.663l-10.698,30.201l-0.014,-0.051c-2.608,7.316 -5.144,14.364 -7.493,20.85l0.266,0.845c0.494,1.536 1.317,2.743 2.468,3.62c1.153,0.878 2.523,1.316 4.116,1.316c1.591,0 2.962,-0.423 4.114,-1.275c1.152,-0.849 2.002,-2.043 2.551,-3.579l11.604,-32.671l11.456,32.257c1.978,-6.628 4.096,-13.997 6.094,-21.482l-10.637,-30.031c-0.55,-1.591 -1.428,-2.812 -2.634,-3.663c-1.208,-0.849 -2.634,-1.275 -4.279,-1.275c-1.646,0 -3.059,0.426 -4.238,1.275Z"/>
|
||||
</clipPath>
|
||||
<g clip-path="url(#_clip7)">
|
||||
<path d="M2.293,10.447l45.028,-12.402l15.376,55.825l-45.029,12.402l-15.375,-55.825Z" style="fill:url(#_Linear8);fill-rule:nonzero;"/>
|
||||
</g>
|
||||
<clipPath id="_clip9">
|
||||
<path d="M68.714,1.852c-1.263,0.905 -2.112,2.127 -2.551,3.661l-8.476,30.12l-0.06,-0.17c-1.998,7.485 -4.116,14.854 -6.094,21.482l0.146,0.414c0.549,1.536 1.4,2.73 2.552,3.579c1.151,0.852 2.522,1.275 4.115,1.275c1.591,0 2.962,-0.438 4.115,-1.316c1.151,-0.877 1.974,-2.084 2.468,-3.62l14.896,-47.32c0.218,-0.657 0.328,-1.398 0.328,-2.221c0,-0.768 -0.152,-1.577 -0.452,-2.427c-0.303,-0.851 -0.741,-1.632 -1.317,-2.346c-0.575,-0.713 -1.316,-1.303 -2.222,-1.771c-0.905,-0.464 -1.962,-0.698 -3.168,-0.698c-1.592,0 -3.017,0.453 -4.28,1.358Z"/>
|
||||
</clipPath>
|
||||
<g clip-path="url(#_clip9)">
|
||||
<path d="M48.492,59.544l19.898,-61.054l14.197,4.626l-19.898,61.055l-14.197,-4.627Z" style="fill:url(#_Linear10);fill-rule:nonzero;"/>
|
||||
</g>
|
||||
<clipPath id="_clip11">
|
||||
<path d="M133.889,17.611l-17.12,13.743l0,11.855l15.556,16.7c0.712,0.77 1.549,1.345 2.51,1.729c0.959,0.384 1.906,0.575 2.839,0.575c0.603,0 1.261,-0.108 1.975,-0.328c0.713,-0.218 1.37,-0.576 1.976,-1.07c0.602,-0.494 1.11,-1.153 1.522,-1.975c0.411,-0.823 0.617,-1.811 0.617,-2.963c0,-0.823 -0.152,-1.646 -0.453,-2.469c-0.301,-0.822 -0.781,-1.535 -1.439,-2.139l-14.32,-13.826l14.484,-10.286c0.768,-0.548 1.317,-1.234 1.645,-2.057c0.329,-0.823 0.494,-1.673 0.494,-2.551c0,-1.153 -0.22,-2.14 -0.658,-2.963c-0.44,-0.823 -0.975,-1.494 -1.606,-2.016c-0.63,-0.521 -1.303,-0.891 -2.014,-1.111c-0.714,-0.219 -1.373,-0.329 -1.976,-0.329c-1.482,0 -2.827,0.494 -4.032,1.481Z"/>
|
||||
</clipPath>
|
||||
<g clip-path="url(#_clip11)">
|
||||
<path d="M143.974,62.251l-27.364,-0.142l0.238,-46.092l27.364,0.142l-0.238,46.092Z" style="fill:url(#_Linear12);fill-rule:nonzero;"/>
|
||||
</g>
|
||||
<g>
|
||||
<g opacity="0.100006">
|
||||
<clipPath id="_clip13">
|
||||
<rect x="13.204" y="35.633" width="9.261" height="20.798"/>
|
||||
</clipPath>
|
||||
<g clip-path="url(#_clip13)">
|
||||
<path d="M22.466,35.633l-7.508,20.798l-1.753,-5.569l9.261,-15.229Z" style="fill-rule:nonzero;"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<g opacity="0.100006">
|
||||
<clipPath id="_clip14">
|
||||
<rect x="49.558" y="35.633" width="8.129" height="21.311"/>
|
||||
</clipPath>
|
||||
<g clip-path="url(#_clip14)">
|
||||
<path d="M57.687,35.633l-6.154,21.312l-1.974,-5.559l8.128,-15.753Z" style="fill-rule:nonzero;"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<g opacity="0.100006">
|
||||
<clipPath id="_clip15">
|
||||
<rect x="116.769" y="31.272" width="4.02" height="16.242"/>
|
||||
</clipPath>
|
||||
<g clip-path="url(#_clip15)">
|
||||
<path d="M116.854,31.272l3.936,16.242l-4.021,-4.305l0.085,-11.937Z" style="fill-rule:nonzero;"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<clipPath id="_clip16">
|
||||
<path d="M105.949,2.345c-1.233,1.235 -1.851,2.73 -1.851,4.485l0,48.964c0,0.879 0.165,1.716 0.495,2.51c0.329,0.797 0.781,1.482 1.356,2.058c0.576,0.576 1.248,1.029 2.017,1.359c0.767,0.328 1.591,0.492 2.468,0.492c1.756,0 3.265,-0.63 4.527,-1.892c1.262,-1.261 1.893,-2.77 1.893,-4.527l0,-12.508l0,-12.015l0,-24.441c0,-0.876 -0.165,-1.7 -0.494,-2.469c-0.329,-0.767 -0.781,-1.44 -1.357,-2.016c-0.576,-0.576 -1.262,-1.029 -2.058,-1.357c-0.797,-0.329 -1.634,-0.494 -2.511,-0.494c-1.755,0 -3.25,0.618 -4.485,1.851Z"/>
|
||||
</clipPath>
|
||||
<g clip-path="url(#_clip16)">
|
||||
<path d="M96.722,60.505l8.101,-60.875l19.396,2.581l-8.102,60.875l-19.395,-2.581Z" style="fill:url(#_Linear17);fill-rule:nonzero;"/>
|
||||
</g>
|
||||
<clipPath id="_clip18">
|
||||
<path d="M207.661,45.549c-1.126,1.07 -1.688,2.703 -1.688,4.897c0,1.811 0.645,3.457 1.934,4.937c1.288,1.482 2.893,2.771 4.815,3.868c1.919,1.099 3.976,1.948 6.171,2.551c2.194,0.603 4.198,0.906 6.007,0.906c2.523,0 4.896,-0.33 7.12,-0.987c2.221,-0.66 4.181,-1.632 5.883,-2.923c0.636,-0.482 1.206,-1.025 1.741,-1.6c-0.842,-4.69 -4.288,-9.214 -12.489,-12.483c0.54,0.239 1.043,0.488 1.49,0.752c1.07,0.632 1.605,1.469 1.605,2.51c0,1.099 -0.523,1.879 -1.563,2.345c-1.043,0.467 -2.113,0.7 -3.21,0.7c-1.263,0 -2.429,-0.371 -3.497,-1.112c-1.071,-0.74 -2.113,-1.548 -3.128,-2.427c-1.015,-0.876 -2.072,-1.686 -3.168,-2.428c-1.098,-0.74 -2.251,-1.11 -3.456,-1.11c-1.921,0 -3.444,0.535 -4.567,1.604Z"/>
|
||||
</clipPath>
|
||||
<g clip-path="url(#_clip18)">
|
||||
<path d="M241.491,56.676l-23.361,15.071l-15.168,-23.511l23.361,-15.072l15.168,23.512Z" style="fill:url(#_Linear19);fill-rule:nonzero;"/>
|
||||
</g>
|
||||
<g>
|
||||
<g opacity="0.100006">
|
||||
<clipPath id="_clip20">
|
||||
<rect x="227.156" y="44.711" width="12.489" height="13.886"/>
|
||||
</clipPath>
|
||||
<g clip-path="url(#_clip20)">
|
||||
<path d="M239.645,57.194c-0.843,-4.69 -4.289,-9.213 -12.489,-12.483c0.538,0.24 1.042,0.489 1.489,0.753c0.251,0.147 0.467,0.309 0.659,0.48c0,0 -0.001,-0.001 -0.002,-0.001c0.001,0 0.002,0.001 0.003,0.001c0.025,0.023 0.049,0.045 0.073,0.068c5.003,4.422 7.687,8.647 8.759,12.586c0.54,-0.434 1.041,-0.903 1.508,-1.404" style="fill-rule:nonzero;"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<clipPath id="_clip21">
|
||||
<path d="M217.165,16.706c-1.921,0.714 -3.526,1.7 -4.814,2.962c-1.29,1.263 -2.235,2.744 -2.839,4.444c-0.605,1.701 -0.906,3.568 -0.906,5.596c0,2.58 0.535,4.664 1.606,6.255c1.07,1.592 2.4,2.894 3.99,3.908c1.591,1.016 3.333,1.798 5.226,2.346c1.893,0.549 3.635,1.069 5.225,1.563c0.927,0.288 1.753,0.601 2.502,0.935c8.201,3.269 11.647,7.793 12.489,12.483c0.898,-0.961 1.673,-2.035 2.292,-3.255c0.987,-1.947 1.48,-4.238 1.48,-6.871c0,-2.742 -0.534,-4.951 -1.605,-6.625c-1.068,-1.673 -2.399,-3.004 -3.99,-3.992c-1.592,-0.987 -3.32,-1.74 -5.185,-2.262c-1.865,-0.521 -3.594,-1.014 -5.184,-1.482c-1.593,-0.465 -2.922,-1.014 -3.991,-1.645c-1.07,-0.63 -1.605,-1.577 -1.605,-2.839c0,-0.603 0.205,-1.07 0.617,-1.399c0.411,-0.33 0.918,-0.494 1.523,-0.494c1.041,0 1.933,0.206 2.674,0.617c0.741,0.412 1.493,0.851 2.263,1.317c0.767,0.467 1.604,0.905 2.51,1.316c0.905,0.412 2.017,0.618 3.333,0.618c1.535,0 2.839,-0.548 3.909,-1.646c1.034,-1.06 1.557,-2.305 1.591,-3.724l-6.638,0c-1.412,0 -2.567,-1.155 -2.567,-2.567l0,-5.811c-0.152,-0.039 -0.295,-0.082 -0.451,-0.119c-2.003,-0.466 -4.211,-0.699 -6.624,-0.699c-2.634,0 -4.911,0.357 -6.831,1.07Z"/>
|
||||
</clipPath>
|
||||
<g clip-path="url(#_clip21)">
|
||||
<path d="M250.155,20.875l-8.547,36.779l-38.046,-8.841l8.548,-36.78l38.045,8.842Z" style="fill:url(#_Linear22);fill-rule:nonzero;"/>
|
||||
</g>
|
||||
<path d="M245.311,17.359c0,1.239 1.015,2.254 2.255,2.254l6.792,0c1.24,0 2.255,-1.015 2.255,-2.254l0,-6.792c0,-1.241 -1.015,-2.255 -2.255,-2.255l-6.792,0c-1.24,0 -2.255,1.014 -2.255,2.255l0,6.792Z" style="fill:#3f51b5;fill-rule:nonzero;"/>
|
||||
<path d="M263.904,19.728c0,1.24 1.015,2.255 2.255,2.255l3.511,0c1.24,0 2.255,-1.015 2.255,-2.255l0,-3.511c0,-1.24 -1.015,-2.255 -2.255,-2.255l-3.511,0c-1.24,0 -2.255,1.015 -2.255,2.255l0,3.511Z" style="fill:#3f51b5;fill-rule:nonzero;"/>
|
||||
<path d="M256.613,37.774c0,1.24 1.015,2.255 2.254,2.255l4.97,0c1.24,0 2.254,-1.015 2.254,-2.255l0,-4.969c0,-1.24 -1.014,-2.255 -2.254,-2.255l-4.97,0c-1.239,0 -2.254,1.015 -2.254,2.255l0,4.969Z" style="fill:#3f51b5;fill-rule:nonzero;"/>
|
||||
<path d="M276.299,28.478c0,1.24 1.015,2.254 2.255,2.254l0.959,0c1.241,0 2.255,-1.014 2.255,-2.254l0,-0.959c0,-1.24 -1.014,-2.255 -2.255,-2.255l-0.959,0c-1.24,0 -2.255,1.015 -2.255,2.255l0,0.959Z" style="fill:#3f51b5;fill-rule:nonzero;"/>
|
||||
<defs>
|
||||
<linearGradient id="_Linear1" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0,62.2136,-62.2136,0,90.7262,5.565e-05)"><stop offset="0" style="stop-color:#3f51b5;stop-opacity:1"/><stop offset="1" style="stop-color:#313a78;stop-opacity:1"/></linearGradient>
|
||||
<linearGradient id="_Linear2" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0,62.2136,-62.2136,0,155.407,5.565e-05)"><stop offset="0" style="stop-color:#3f51b5;stop-opacity:1"/><stop offset="1" style="stop-color:#313a78;stop-opacity:1"/></linearGradient>
|
||||
<linearGradient id="_Linear3" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0,-61.8634,61.8634,0,174.662,60.3315)"><stop offset="0" style="stop-color:#2196f3;stop-opacity:1"/><stop offset="1" style="stop-color:#00c0f3;stop-opacity:1"/></linearGradient>
|
||||
<linearGradient id="_Linear4" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0,-61.8634,61.8634,0,189.762,60.3315)"><stop offset="0" style="stop-color:#2196f3;stop-opacity:1"/><stop offset="1" style="stop-color:#00c0f3;stop-opacity:1"/></linearGradient>
|
||||
<linearGradient id="_Linear6" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(18.6063,36.8918,-36.8918,18.6063,0.331477,2.78559)"><stop offset="0" style="stop-color:#3f51b5;stop-opacity:1"/><stop offset="1" style="stop-color:#313a78;stop-opacity:1"/></linearGradient>
|
||||
<linearGradient id="_Linear8" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(25.2361,-6.95063,6.95063,25.2361,15.8848,36.8025)"><stop offset="0" style="stop-color:#3f51b5;stop-opacity:1"/><stop offset="1" style="stop-color:#313a78;stop-opacity:1"/></linearGradient>
|
||||
<linearGradient id="_Linear10" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(12.5111,-38.3889,38.3889,12.5111,61.3712,44.1966)"><stop offset="0" style="stop-color:#3f51b5;stop-opacity:1"/><stop offset="1" style="stop-color:#313a78;stop-opacity:1"/></linearGradient>
|
||||
<linearGradient id="_Linear12" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(-20.7541,-0.107534,0.107534,-20.7541,138.569,39.1756)"><stop offset="0" style="stop-color:#3f51b5;stop-opacity:1"/><stop offset="1" style="stop-color:#313a78;stop-opacity:1"/></linearGradient>
|
||||
<linearGradient id="_Linear17" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(7.69916,-57.8506,57.8506,7.69916,106.898,58.1964)"><stop offset="0" style="stop-color:#3f51b5;stop-opacity:1"/><stop offset="1" style="stop-color:#313a78;stop-opacity:1"/></linearGradient>
|
||||
<linearGradient id="_Linear19" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(-13.2597,8.55462,-8.55462,-13.2597,234.138,44.8197)"><stop offset="0" style="stop-color:#2196f3;stop-opacity:1"/><stop offset="1" style="stop-color:#00c0f3;stop-opacity:1"/></linearGradient>
|
||||
<linearGradient id="_Linear22" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(-7.05756,30.3689,-30.3689,-7.05756,231.634,14.1955)"><stop offset="0" style="stop-color:#2196f3;stop-opacity:1"/><stop offset="1" style="stop-color:#00c0f3;stop-opacity:1"/></linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 16 KiB |
Loading…
Reference in New Issue
Block a user