Skip to content
Snippets Groups Projects
Commit 8f477cdb authored by Jakob Yanagibashi's avatar Jakob Yanagibashi :nail_care_tone4:
Browse files

Add favicon

parent c9468539
No related branches found
No related tags found
1 merge request!5New logo
Showing
with 213 additions and 14 deletions
...@@ -48,6 +48,10 @@ pages: ...@@ -48,6 +48,10 @@ pages:
- git checkout dev - git checkout dev
- git pull - git pull
# Check for favicon updates
- npm install -g cli-real-favicon
- real-favicon check-for-update --fail-on-update faviconData.json
# Build for GitLab Pages # Build for GitLab Pages
- npm run build-gitlab - npm run build-gitlab
- cp -a dist/. public/ - cp -a dist/. public/
......
:root {
--main-accent-color: #97010e;
--sub-accent-color: #f34c3f;
--main-highlight-color: #b8caba;
--sub-highlight-color: #5a6b5d;
--100-color: #e1e1e1;
--200-color: #adadad;
--300-color: #949494;
--400-color: #474747;
}
body { body {
display: flex; display: flex;
flex-flow: column wrap; flex-flow: column wrap;
......
{"result":{"status":"success"},"favicon":{"package_url":"https://realfavicongenerator.net/files/99cf5207dde3f7619c6fb5a9800c66ae90c92df3/favicon_package_v0.16.zip","files_urls":["https://realfavicongenerator.net/files/99cf5207dde3f7619c6fb5a9800c66ae90c92df3/package_files/android-chrome-192x192.png","https://realfavicongenerator.net/files/99cf5207dde3f7619c6fb5a9800c66ae90c92df3/package_files/android-chrome-512x512.png","https://realfavicongenerator.net/files/99cf5207dde3f7619c6fb5a9800c66ae90c92df3/package_files/apple-touch-icon.png","https://realfavicongenerator.net/files/99cf5207dde3f7619c6fb5a9800c66ae90c92df3/package_files/browserconfig.xml","https://realfavicongenerator.net/files/99cf5207dde3f7619c6fb5a9800c66ae90c92df3/package_files/favicon-16x16.png","https://realfavicongenerator.net/files/99cf5207dde3f7619c6fb5a9800c66ae90c92df3/package_files/favicon-32x32.png","https://realfavicongenerator.net/files/99cf5207dde3f7619c6fb5a9800c66ae90c92df3/package_files/favicon.ico","https://realfavicongenerator.net/files/99cf5207dde3f7619c6fb5a9800c66ae90c92df3/package_files/mstile-144x144.png","https://realfavicongenerator.net/files/99cf5207dde3f7619c6fb5a9800c66ae90c92df3/package_files/mstile-150x150.png","https://realfavicongenerator.net/files/99cf5207dde3f7619c6fb5a9800c66ae90c92df3/package_files/mstile-310x150.png","https://realfavicongenerator.net/files/99cf5207dde3f7619c6fb5a9800c66ae90c92df3/package_files/mstile-310x310.png","https://realfavicongenerator.net/files/99cf5207dde3f7619c6fb5a9800c66ae90c92df3/package_files/mstile-70x70.png","https://realfavicongenerator.net/files/99cf5207dde3f7619c6fb5a9800c66ae90c92df3/package_files/safari-pinned-tab.svg","https://realfavicongenerator.net/files/99cf5207dde3f7619c6fb5a9800c66ae90c92df3/package_files/site.webmanifest"],"html_code":"<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/apple-touch-icon.png\">\n<link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/favicon-32x32.png\">\n<link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/favicon-16x16.png\">\n<link rel=\"manifest\" href=\"/site.webmanifest\">\n<link rel=\"mask-icon\" href=\"/safari-pinned-tab.svg\" color=\"#5a6b5d\">\n<meta name=\"apple-mobile-web-app-title\" content=\"Tailorbird\">\n<meta name=\"application-name\" content=\"Tailorbird\">\n<meta name=\"msapplication-TileColor\" content=\"#e1e1e1\">\n<meta name=\"theme-color\" content=\"#e1e1e1\">","compression":"false","overlapping_markups":["link[rel=\"apple-touch-icon\"]","meta[name=\"apple-mobile-web-app-title\"]","link[rel=\"shortcut\"]","link[rel=\"shortcut icon\"]","link[rel=\"icon\",sizes=\"16x16\"]","link[rel=\"icon\",sizes=\"32x32\"]","meta[name=\"msapplication-TileColor\"]","meta[name=\"application-name\"]","link[rel=\"manifest\"]","meta[name=\"theme-color\"]","link[rel=\"mask-icon\"]"]},"files_location":{"type":"path","path":"/"},"preview_picture_url":"https://realfavicongenerator.net/files/99cf5207dde3f7619c6fb5a9800c66ae90c92df3/favicon_preview.png","version":"0.16"}
\ No newline at end of file
{
"masterPicture": "img/icon.svg",
"iconsPath": "/",
"design": {
"ios": {
"pictureAspect": "backgroundAndMargin",
"backgroundColor": "#e1e1e1",
"margin": "0%",
"assets": {
"ios6AndPriorIcons": false,
"ios7AndLaterIcons": false,
"precomposedIcons": false,
"declareOnlyDefaultIcon": true
},
"appName": "Tailorbird"
},
"desktopBrowser": {
"design": "raw"
},
"windows": {
"pictureAspect": "noChange",
"backgroundColor": "#e1e1e1",
"onConflict": "override",
"assets": {
"windows80Ie10Tile": false,
"windows10Ie11EdgeTiles": {
"small": false,
"medium": true,
"big": false,
"rectangle": false
}
},
"appName": "Tailorbird"
},
"androidChrome": {
"pictureAspect": "noChange",
"themeColor": "#e1e1e1",
"manifest": {
"name": "Tailorbird",
"startUrl": "https://tailorbird3d.rwth-aachen.de/",
"display": "standalone",
"orientation": "notSet",
"onConflict": "override",
"declared": true
},
"assets": {
"legacyIcon": false,
"lowResolutionIcons": false
}
},
"safariPinnedTab": {
"pictureAspect": "blackAndWhite",
"threshold": 77.96875,
"themeColor": "#5a6b5d"
}
},
"settings": {
"scalingAlgorithm": "Mitchell",
"errorOnImageTooSmall": false,
"readmeFile": false,
"htmlCodeFile": false,
"usePathAsIs": false
}
}
<?xml version="1.0" encoding="UTF-8"?>
<svg id="b" data-name="FAVICON HELL" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 500">
<defs>
<style>
.g {
fill: #e1e1e1;
}
.h {
fill: #474747;
}
.i {
fill: #5a6b5d;
}
.j {
fill: none;
stroke: #5a6b5d;
stroke-linecap: round;
stroke-miterlimit: 10;
stroke-width: 19px;
}
</style>
</defs>
<circle class="g" cx="250" cy="250" r="250"/>
<path class="h" d="m319.17,217.96c-.31-8.89-.77-17.68-2.36-26.24-1.55-8.59-4.12-16.93-7.14-25.12-5.96-16.14-13.76-32.01-24.68-45.3-8.1-10-17.94-18.14-28.55-25.43-1.99-1.32-6.16-4.34-8.06-5.56-11.59-7.25-24.73-13.04-37.59-18.11-4.87-1.78-9.69-3.73-14.39-4.51,0,0-.05,0,.03.01.07,0,.06,0,.27.02,1.91-.08,3.28-.61,5.09-2.18,2.49-2.2,3.37-6.56,1.93-9.32-.03-.06-.06-.12-.09-.18-.1-.16-.04-.1-.07-.14-.02-.04,0-.02.03.02,1.55,1.9,10.22,10.04,12.12,11.95,3.03,2.94,6.19,6.27,9.07,9.4,3.82,4.32,6.8,8.94,9.35,13.61,1.87,3.54,3.6,7.02,4.84,11.04.72,2.56,1.34,5.56.43,8.63-1.65,6.05-8.07,9.2-13.83,7.78-4.88-1.16-9.36-3.72-13.72-5.73-15.58-7.46-30.72-14.94-47.23-19.68-13.15-3.54-26.85-5.68-40.07-3.14-2.11.5-3.93.96-5.39,1.93-.03.02-.07.04-.02.03.14-.08.28-.18.39-.31.16-.13.31-.3.44-.46.79-1.39-1.63,2.93,1.79-3.16,2.66-6.03-.86-12.87-2.56-14.06-2.01-2.03-2.54-2.17-4-2.95-.3-.13-.35-.16-.54-.23l-.35-.14c-.08-.03.04,0,.17.03,0,0,2.75.58,2.75.58,11.3,2.25,23.01,5.26,34,9.08,2.59.85,5.56,2.1,7.9,3.31,9.5,5.04,23.05,12.71,27.75,22.81,4.22,9,.23,18.77-7.83,23.91-3.44,2.23-7.49,3.54-11.45,4.24-10.41,1.69-21.1.77-31.21,1.47-7.64.43-14.45,1.58-21.46,4.05-16.05,5.23-33.11,17.51-37.55,33.15-.51-3.75-3.25-7.07-6.47-9.12-2.88-1.81-6.48-2.85-9.84-2.26,0,0,.2-.04.2-.04.2-.03.91-.18,1.16-.23,12.19-2.88,24.61-3.88,37.03-3.63,7.24.28,13.77.55,21.15,2.65,9.51,2.67,16.11,11.37,13.56,21.41-1.35,5.27-5.4,9.44-10.06,11.57-6.15,2.71-11.76,3.72-17.77,5.78-11.61,3.69-22.59,8.61-32.82,15.25-7.16,4.68-14.79,10.26-20.14,16.56-.04-.03-.05-.06.02-.66.03-.4.03-.88-.02-1.3-.25-3.3-3.19-6.57-6.29-7.08-.27-.02-.13.02-.14.04l.37.1c2.34.4,4.72.44,7.34.56,6.54.14,13.25.33,19.84.31,1.68.04,3.85.02,5.69.26,6.13.52,9.09,7.25,4.86,11.75-1.74,1.84-4.1,3-6.18,4.12-8.14,4.13-16.03,7.78-24.08,11.92-.87.44-1.94.09-2.38-.79-.35-.71-.19-1.54.35-2.07,3.25-3.14,6.66-6.11,10.06-9.09,4.39-3.94,9.33-7.32,13.26-11.5,0,0,.06-.12.06-.12.02-.04-.04-.01-.05-.01-.03.01-.16.14-.21.22-1.32,1.59-.9,4.97.81,6.43.7.73,1.67,1.18,2.49,1.42,0,0-.1.04-.1.04-.01,0-.11.03-.2.04-10.08,1.95-20.04,4.18-30.42,5.12-1.92.12-3.76.21-5.76-.22-5.42-1.03-9.16-6.46-8.78-11.98.7-9.1,8.61-17.61,14.15-23.77,10.05-10.67,21.74-19.68,34.59-26.74,6.35-3.53,12.96-6.52,19.62-9.2,2.59-1.1,5.67-2.16,7.72-3.32-.65.17-1.65.99-2.29,1.57-7.34,6.7-5.41,19.79,3.82,23.82.75.3-.08.09-.89.06-7.26-.45-15.34.22-22.67,1.13-6.29.81-12.08,2.23-18.07,3.9-7.63,2.17-15.57,1.12-21.4-4.65-8.42-8.19-8.05-21.8-4.67-31.92,9.1-27.81,35.34-46.75,62.59-53.8,16.26-4.74,34.06-3.59,49.66-2.62,2.73.11,4.67.17,6.98,0,.26,0,.25-.03.37-.01.01,0-.04.02-.05.04-.03.06-.12.06-.18.1-5.43,2.97-7.31,11.27-4.15,16.57.07.08.26.4.33.42-.04-.22-.5-.65-.97-1.17-4.28-4.13-10.07-8.17-15.4-10.85-6.33-2.66-12.95-4.98-19.56-6.99-5.71-1.78-11.47-2.97-17.49-4.74-.65-.2-1.37-.5-2.06-.81-1.74-.88-2.5-1.19-4.7-3.39-1.79-1.29-5.38-8.27-2.66-14.43,3.48-6.22,1.17-1.98,2.04-3.49,0,0,.37-.44.37-.44.88-1.05,1.95-2.09,3.01-2.96,7.36-5.77,16.98-7.46,25.83-7.99,21.19-.93,41.71,4.75,60.72,13.22,14.36,6.3,28.03,14.51,41.76,21.59,0,0,.11.05.11.05.04.02-.03,0-.04,0,0,0-.04,0-.04,0l-.19-.04c-2.17-.41-4.84.15-6.76,1.45-.81.48-2.42,1.9-3.12,3.2-.96,1.54-1.35,3.12-1.41,4.59,0,.75.05.93.07,1.04.05.19,0-.1-.05-.34-1.7-6.03-5.21-12.7-8.91-17.52-.88-1.11-2.63-3.14-3.56-4.24-2.79-3.32-10.34-11.33-13.38-14.64-1.83-2.05-3.89-4.28-5.22-6.91-2.92-5.45-.14-12.47,6-13.97,3.43-.95,7.22.2,10.3,1.16,9.2,3.17,17.1,7.08,25.57,11.34,9.62,5.01,19.43,10.36,28.3,17.09,5.62,4.51,11.78,9.09,17.13,14.01,21.03,18.28,34.09,43.98,41.67,70.39,2.5,8.71,4.55,17.62,5.49,26.66,1,9.07.8,18.13.46,27.02-.22,2.21-3.32,2.25-3.5,0h0Z"/>
<rect class="h" x="102.69" y="216.05" width="56.96" height="97.77" rx="21.81" ry="21.81"/>
<path class="h" d="m300.7,314.35c-7.61-11.47-18.81-20.47-33.61-26.99,11.54-6.24,20.27-14.19,26.17-23.83,5.91-9.64,8.86-20.84,8.86-33.61,0-24.17-8.63-43.39-25.87-57.64-10.8-8.93-23.94-15.06-39.42-18.39-15.24-3.28-29.57,8.53-29.57,24.12h0c0,9.94,6.02,18.81,15.16,22.72,3.73,1.6,7.04,3.76,9.94,6.49,6.99,6.59,10.49,15.51,10.49,26.79,0,13.58-4.11,23.66-12.32,30.25-8.22,6.59-16.01,9.88-32.84,9.88h-5.69c-.2,0-.4-.03-.6-.03-11.14,0-20.17,9.03-20.17,20.17s9.02,20.16,20.15,20.17v.02h6.72c19.69,0,29.45,3.53,38.75,10.59,9.3,7.06,13.95,18,13.95,32.79s-4.01,25.77-12.02,33.3c-8.01,7.54-19.83,11.3-35.44,11.3-14.26,0-25.19-4.24-32.79-12.73-7.58-8.46-11.38-20.53-11.4-36.21,0-.06,0-.11,0-.17,0-15.58-12.63-28.21-28.21-28.21s-28.21,12.63-28.21,28.21c0,0,0,.01,0,.02h0v.81c0,30.83,8.89,54.59,26.68,71.29,17.79,16.7,42.98,25.05,75.57,25.05s58.93-8.55,78.22-25.66c19.28-17.11,28.92-40.26,28.92-69.46,0-15.89-3.8-29.57-11.41-41.04Z"/>
<path class="h" d="m274.81,265.55c4.94,7.52,17.1,4.68,36.73,7.35.73.1,16.03,3.75,32.4,8.6,31.53,9.35,60.64,26.34,63.09,26.54.25.02.41-.02.48-.12,1.09-1.54-21.48-17.63-24.3-19.64-29.79-21.24-95.78-53.25-108.35-37.77-3.28,4.04-2.69,11.03-.05,15.04Z"/>
<g>
<path class="j" d="m448.33,351.41c-11.12,0-24.2,0-35.41,0-49.29,0-89.3,39.62-89.98,88.75"/>
<path class="j" d="m435.72,373.6c-6.26,0-15.9,0-22.8,0-36.91,0-66.86,29.74-67.23,66.56"/>
<path class="j" d="m418.2,395.78c-1.68,0-3.72,0-5.28,0-23.94,0-44.7,19.21-44.7,44.38"/>
<path class="i" d="m399.19,216.92c-13.82,7.74-23.44,20.86-31.19,34.29-6.86,12.31-14.34,27.89-9.58,41.77,11.66,29.3,49.64,27.85,76.29,26.89,5.25-.25,9.7,3.8,9.95,9.05.3,5.57-4.41,10.25-9.97,9.95-24.31-1.54-52.83-3.28-71.83-20.64-6.56-6.12-11.84-13.81-13.83-22.68-3.01-12.89,1.69-26,8.26-36.82,10.32-16.83,23.48-33.64,41.9-41.81h0Z"/>
</g>
<path class="h" d="m287.59,226c18.67-9.54,41.95.8,65.19,11.12,2.49,1.11,9.89,4.58,20.57,10.59,40.14,22.58,56.27,42.63,55.53,43.47-.49.56-12-5.31-36.96-17.63-14.07-6.95-33.12-14.55-55.46-18.95-38.57-7.6-62.11,1.31-65.35-7.32-2.28-6.05,7.05-16.47,16.47-21.28Z"/>
</svg>
\ No newline at end of file
<!DOCTYPE html> <!DOCTYPE html><html lang="en"><head>
<html lang="en"> <meta charset="UTF-8">
<head> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Tailorbird</title> <title>Tailorbird</title>
</head> <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5a6b5d">
<meta name="apple-mobile-web-app-title" content="Tailorbird">
<meta name="application-name" content="Tailorbird">
<meta name="msapplication-TileColor" content="#e1e1e1">
<meta name="theme-color" content="#e1e1e1"></head>
<body> <body>
<div id="app"></div> <div id="app"></div>
<script type="module" src="/main.js"></script> <script type="module" src="/main.js"></script>
</body> </body></html>
</html> \ No newline at end of file
...@@ -501,9 +501,9 @@ ...@@ -501,9 +501,9 @@
} }
}, },
"node_modules/rollup": { "node_modules/rollup": {
"version": "3.21.3", "version": "3.21.5",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.21.3.tgz", "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.21.5.tgz",
"integrity": "sha512-VnPfEG51nIv2xPLnZaekkuN06q9ZbnyDcLkaBdJa/W7UddyhOfMP2yOPziYQfeY7k++fZM8FdQIummFN5y14kA==", "integrity": "sha512-a4NTKS4u9PusbUJcfF4IMxuqjFzjm6ifj76P54a7cKnvVzJaG12BLVR+hgU2YDGHzyMMQNxLAZWuALsn8q2oQg==",
"dev": true, "dev": true,
"bin": { "bin": {
"rollup": "dist/bin/rollup" "rollup": "dist/bin/rollup"
...@@ -526,9 +526,9 @@ ...@@ -526,9 +526,9 @@
} }
}, },
"node_modules/vite": { "node_modules/vite": {
"version": "4.3.4", "version": "4.3.5",
"resolved": "https://registry.npmjs.org/vite/-/vite-4.3.4.tgz", "resolved": "https://registry.npmjs.org/vite/-/vite-4.3.5.tgz",
"integrity": "sha512-f90aqGBoxSFxWph2b39ae2uHAxm5jFBBdnfueNxZAT1FTpM13ccFQExCaKbR2xFW5atowjleRniQ7onjJ22QEg==", "integrity": "sha512-0gEnL9wiRFxgz40o/i/eTBwm+NEbpUeTWhzKrZDSdKm6nplj+z4lKz8ANDgildxHm47Vg8EUia0aicKbawUVVA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"esbuild": "^0.17.5", "esbuild": "^0.17.5",
......
public/android-chrome-192x192.png

15 KiB

public/android-chrome-512x512.png

43 KiB

public/apple-touch-icon.png

10.5 KiB

<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#e1e1e1</TileColor>
</tile>
</msapplication>
</browserconfig>
public/favicon-16x16.png

1.03 KiB

public/favicon-32x32.png

1.75 KiB

public/favicon.ico

14.7 KiB

public/mstile-144x144.png

10.9 KiB

public/mstile-150x150.png

10.5 KiB

public/mstile-310x150.png

11.3 KiB

public/mstile-310x310.png

23.4 KiB

public/mstile-70x70.png

7.35 KiB

<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
width="700.000000pt" height="700.000000pt" viewBox="0 0 700.000000 700.000000"
preserveAspectRatio="xMidYMid meet">
<metadata>
Created by potrace 1.14, written by Peter Selinger 2001-2017
</metadata>
<g transform="translate(0.000000,700.000000) scale(0.100000,-0.100000)"
fill="#000000" stroke="none">
<path d="M2672 6280 c-35 -22 -62 -72 -62 -117 0 -47 37 -105 135 -211 52 -56
95 -104 95 -106 0 -3 -60 24 -132 59 -223 106 -436 174 -637 204 -106 16 -342
14 -425 -4 -85 -18 -180 -61 -230 -105 -98 -87 -106 -226 -16 -302 44 -38 61
-45 230 -89 119 -32 123 -34 85 -40 -390 -67 -611 -169 -830 -380 -279 -270
-380 -609 -245 -822 25 -40 91 -94 134 -110 6 -3 -23 -40 -65 -83 -151 -156
-225 -270 -235 -362 -7 -59 25 -126 76 -161 33 -22 41 -23 145 -17 61 4 125 9
144 13 32 5 32 4 -35 -58 -70 -64 -87 -95 -61 -105 22 -8 417 191 450 226 37
42 37 89 -2 132 l-29 33 -144 5 -143 5 65 46 c181 129 340 208 565 280 276 88
303 102 352 186 35 59 39 156 10 214 -64 130 -202 179 -501 179 l-151 1 58 54
c69 66 182 134 292 176 136 53 235 68 510 79 268 10 330 20 418 68 54 29 108
89 132 145 31 75 11 201 -42 259 -9 10 -14 20 -11 23 6 6 62 -18 338 -148 184
-86 224 -102 275 -105 45 -2 69 1 95 16 45 24 80 85 80 138 0 70 -52 197 -129
314 -20 30 -40 61 -44 68 -16 25 233 -108 346 -184 396 -270 597 -518 770
-954 99 -248 144 -441 154 -663 6 -133 16 -163 47 -151 17 7 18 20 13 233 -5
246 -21 349 -88 566 -133 436 -324 747 -613 994 -235 201 -391 302 -687 445
-278 134 -383 161 -457 116z"/>
<path d="M3181 4849 c-107 -21 -195 -88 -243 -187 -30 -61 -33 -75 -33 -157 0
-74 5 -99 24 -137 37 -77 92 -130 182 -178 202 -109 280 -239 282 -465 1 -235
-82 -388 -261 -483 -101 -54 -143 -63 -339 -71 -169 -8 -186 -10 -237 -35
-102 -50 -159 -142 -159 -258 0 -116 64 -213 172 -261 36 -16 79 -21 240 -28
255 -11 326 -28 457 -110 116 -73 190 -179 225 -319 20 -79 17 -288 -4 -370
-77 -292 -313 -436 -686 -418 -257 13 -433 133 -516 351 -30 82 -44 157 -55
311 -7 108 -13 133 -39 189 -37 78 -118 157 -198 195 -51 23 -71 27 -158 27
-88 0 -107 -3 -157 -27 -77 -36 -121 -70 -164 -129 -60 -82 -75 -143 -75 -292
3 -448 165 -808 470 -1037 230 -174 574 -270 958 -270 502 1 893 145 1169 431
130 135 214 276 272 459 76 238 83 576 15 785 -79 245 -250 443 -496 571 l-78
41 79 51 c44 28 108 79 143 113 l63 61 116 -7 c63 -4 144 -11 180 -16 60 -8
308 -71 470 -119 l70 -21 0 -57 c1 -137 63 -282 170 -396 176 -186 423 -281
825 -316 256 -22 248 -21 284 -3 70 36 97 111 65 178 -33 70 -44 72 -337 78
-280 5 -382 17 -510 62 -150 52 -262 145 -321 267 -38 79 -54 138 -38 138 21
0 322 -130 497 -214 99 -48 186 -85 194 -84 37 7 -312 271 -541 409 l-136 82
26 73 c14 41 31 74 38 74 35 0 261 -98 554 -240 179 -86 336 -160 348 -165 21
-6 22 -5 14 12 -59 110 -385 368 -704 558 -54 31 -98 60 -98 62 0 3 24 40 54
82 72 102 170 206 244 261 34 24 60 46 58 48 -6 5 -104 -56 -166 -104 -53 -40
-166 -154 -223 -223 l-28 -34 -137 66 c-330 157 -571 237 -716 237 -54 0 -55
0 -60 33 -21 128 -29 163 -50 224 -116 340 -404 586 -807 687 -109 28 -120 29
-188 15z m1416 -1399 c112 -16 361 -72 383 -85 4 -2 -7 -33 -24 -68 l-31 -64
-120 60 c-66 33 -183 86 -260 118 -158 66 -153 70 52 39z"/>
<path d="M1660 3967 c-94 -26 -177 -107 -212 -206 -10 -27 -13 -144 -13 -476
l0 -440 26 -56 c34 -71 87 -125 158 -157 49 -23 72 -27 186 -30 206 -7 305 30
381 141 52 75 55 111 52 579 l-3 423 -28 57 c-32 65 -90 121 -156 151 -39 18
-69 22 -196 24 -99 2 -165 -2 -195 -10z"/>
<path d="M5649 2209 c-194 -17 -419 -92 -592 -196 -385 -232 -647 -663 -664
-1093 -4 -112 -2 -128 15 -156 39 -61 127 -79 188 -39 44 29 56 59 65 172 23
285 136 530 336 724 132 128 262 209 430 265 138 47 204 53 538 54 172 0 326
5 346 10 19 5 48 24 65 41 25 26 29 38 29 89 0 51 -4 63 -29 89 -17 17 -46 36
-65 41 -43 12 -525 11 -662 -1z"/>
<path d="M5685 1900 c-256 -22 -490 -134 -672 -321 -91 -94 -138 -161 -198
-284 -62 -125 -90 -227 -105 -368 -9 -89 -8 -103 9 -142 33 -75 113 -104 181
-67 53 29 70 67 81 184 33 347 275 627 614 709 66 16 118 19 300 19 194 0 225
3 262 19 97 44 102 181 9 237 -27 17 -54 19 -211 20 -99 1 -220 -2 -270 -6z"/>
<path d="M5595 1570 c-286 -75 -501 -300 -559 -582 -33 -158 -14 -232 67 -272
50 -24 98 -15 144 27 32 30 35 39 43 109 18 154 52 232 144 324 100 99 209
144 355 144 100 0 143 17 178 69 41 61 23 143 -40 181 -44 27 -230 27 -332 0z"/>
</g>
</svg>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment