diff options
author | 2021-09-30 22:48:13 +0200 | |
---|---|---|
committer | 2021-10-01 00:53:11 +0200 | |
commit | 79bdb88a5fc099b5871a83d18eadf9b0448b41d1 (patch) | |
tree | d0a8e48dda7649205e08d17c2fa0de938e27a674 /public | |
parent | cf1fbb69d7cdb67219be187fc38feea5a6325f45 (diff) | |
download | my_apps-79bdb88a5fc099b5871a83d18eadf9b0448b41d1.tar.gz my_apps-79bdb88a5fc099b5871a83d18eadf9b0448b41d1.tar.bz2 my_apps-79bdb88a5fc099b5871a83d18eadf9b0448b41d1.zip |
added favicons & notes route for phone
Diffstat (limited to 'public')
28 files changed, 527 insertions, 0 deletions
diff --git a/public/android-chrome-192x192.png b/public/android-chrome-192x192.png Binary files differnew file mode 100644 index 0000000..ddd0620 --- /dev/null +++ b/public/android-chrome-192x192.png diff --git a/public/android-chrome-512x512.png b/public/android-chrome-512x512.png Binary files differnew file mode 100644 index 0000000..8278472 --- /dev/null +++ b/public/android-chrome-512x512.png diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png Binary files differnew file mode 100644 index 0000000..bfccc03 --- /dev/null +++ b/public/apple-touch-icon.png diff --git a/public/browserconfig.xml b/public/browserconfig.xml new file mode 100644 index 0000000..b3930d0 --- /dev/null +++ b/public/browserconfig.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="utf-8"?> +<browserconfig> + <msapplication> + <tile> + <square150x150logo src="/mstile-150x150.png"/> + <TileColor>#da532c</TileColor> + </tile> + </msapplication> +</browserconfig> diff --git a/public/favicon-16x16.png b/public/favicon-16x16.png Binary files differnew file mode 100644 index 0000000..fc497b6 --- /dev/null +++ b/public/favicon-16x16.png diff --git a/public/favicon-32x32.png b/public/favicon-32x32.png Binary files differnew file mode 100644 index 0000000..6b79276 --- /dev/null +++ b/public/favicon-32x32.png diff --git a/public/favicon.ico b/public/favicon.ico Binary files differnew file mode 100644 index 0000000..4bee8dd --- /dev/null +++ b/public/favicon.ico diff --git a/public/mstile-144x144.png b/public/mstile-144x144.png Binary files differnew file mode 100644 index 0000000..530f936 --- /dev/null +++ b/public/mstile-144x144.png diff --git a/public/mstile-150x150.png b/public/mstile-150x150.png Binary files differnew file mode 100644 index 0000000..6a13717 --- /dev/null +++ b/public/mstile-150x150.png diff --git a/public/mstile-310x150.png b/public/mstile-310x150.png Binary files differnew file mode 100644 index 0000000..c21dbe2 --- /dev/null +++ b/public/mstile-310x150.png diff --git a/public/mstile-310x310.png b/public/mstile-310x310.png Binary files differnew file mode 100644 index 0000000..b762537 --- /dev/null +++ b/public/mstile-310x310.png diff --git a/public/mstile-70x70.png b/public/mstile-70x70.png Binary files differnew file mode 100644 index 0000000..d82a35c --- /dev/null +++ b/public/mstile-70x70.png diff --git a/public/notes/android-chrome-192x192.png b/public/notes/android-chrome-192x192.png Binary files differnew file mode 100644 index 0000000..e685cdb --- /dev/null +++ b/public/notes/android-chrome-192x192.png diff --git a/public/notes/android-chrome-512x512.png b/public/notes/android-chrome-512x512.png Binary files differnew file mode 100644 index 0000000..8e926a6 --- /dev/null +++ b/public/notes/android-chrome-512x512.png diff --git a/public/notes/apple-touch-icon.png b/public/notes/apple-touch-icon.png Binary files differnew file mode 100644 index 0000000..8665828 --- /dev/null +++ b/public/notes/apple-touch-icon.png diff --git a/public/notes/browserconfig.xml b/public/notes/browserconfig.xml new file mode 100644 index 0000000..17e4e5a --- /dev/null +++ b/public/notes/browserconfig.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="utf-8"?> +<browserconfig> + <msapplication> + <tile> + <square150x150logo src="/notes/mstile-150x150.png"/> + <TileColor>#ffc40d</TileColor> + </tile> + </msapplication> +</browserconfig> diff --git a/public/notes/favicon-16x16.png b/public/notes/favicon-16x16.png Binary files differnew file mode 100644 index 0000000..1114f0f --- /dev/null +++ b/public/notes/favicon-16x16.png diff --git a/public/notes/favicon-32x32.png b/public/notes/favicon-32x32.png Binary files differnew file mode 100644 index 0000000..3ca0128 --- /dev/null +++ b/public/notes/favicon-32x32.png diff --git a/public/notes/favicon.ico b/public/notes/favicon.ico Binary files differnew file mode 100644 index 0000000..7623944 --- /dev/null +++ b/public/notes/favicon.ico diff --git a/public/notes/mstile-144x144.png b/public/notes/mstile-144x144.png Binary files differnew file mode 100644 index 0000000..e5f480d --- /dev/null +++ b/public/notes/mstile-144x144.png diff --git a/public/notes/mstile-150x150.png b/public/notes/mstile-150x150.png Binary files differnew file mode 100644 index 0000000..7b1ce37 --- /dev/null +++ b/public/notes/mstile-150x150.png diff --git a/public/notes/mstile-310x150.png b/public/notes/mstile-310x150.png Binary files differnew file mode 100644 index 0000000..07fe91a --- /dev/null +++ b/public/notes/mstile-310x150.png diff --git a/public/notes/mstile-310x310.png b/public/notes/mstile-310x310.png Binary files differnew file mode 100644 index 0000000..6574d40 --- /dev/null +++ b/public/notes/mstile-310x310.png diff --git a/public/notes/mstile-70x70.png b/public/notes/mstile-70x70.png Binary files differnew file mode 100644 index 0000000..2de179c --- /dev/null +++ b/public/notes/mstile-70x70.png diff --git a/public/notes/safari-pinned-tab.svg b/public/notes/safari-pinned-tab.svg new file mode 100644 index 0000000..8bd8c5e --- /dev/null +++ b/public/notes/safari-pinned-tab.svg @@ -0,0 +1,19 @@ +<?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="M774 6545 c-173 -38 -296 -160 -324 -325 -8 -47 -10 -842 -8 -2820 +l3 -2755 23 -57 c30 -75 105 -156 180 -196 122 -65 8 -62 1957 -62 l1770 0 +1093 1093 1092 1092 0 1826 c0 1273 -3 1843 -11 1884 -30 165 -151 283 -328 +321 -96 20 -5353 19 -5447 -1z m5776 -3923 c0 -4 -488 -495 -1085 -1092 +l-1085 -1085 -2 895 c-2 492 -2 926 0 965 6 157 119 289 271 315 59 10 1901 +12 1901 2z"/> +</g> +</svg> diff --git a/public/notes/site.webmanifest b/public/notes/site.webmanifest new file mode 100644 index 0000000..4b8f6fb --- /dev/null +++ b/public/notes/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "Notes", + "short_name": "Notes", + "icons": [ + { + "src": "/notes/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/notes/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} diff --git a/public/safari-pinned-tab.svg b/public/safari-pinned-tab.svg new file mode 100644 index 0000000..7b1112e --- /dev/null +++ b/public/safari-pinned-tab.svg @@ -0,0 +1,452 @@ +<?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="M737 6406 c-51 -15 -102 -58 -129 -109 l-23 -42 1 -560 c1 -548 3 +-627 15 -619 7 4 33 -47 30 -59 -1 -5 4 -5 10 -1 7 4 17 1 23 -7 34 -43 105 +-55 319 -54 92 0 167 -3 167 -7 0 -5 5 -8 11 -8 5 0 8 4 5 9 -3 5 10 8 29 8 +19 -1 35 -5 35 -9 0 -4 5 -8 11 -8 5 0 8 4 5 9 -3 5 10 8 29 8 19 -1 35 -5 35 +-9 0 -4 5 -8 11 -8 5 0 8 4 5 9 -3 5 10 8 29 8 19 -1 35 -5 35 -9 0 -4 5 -8 +11 -8 5 0 8 4 5 8 -2 4 83 7 190 7 107 0 194 -3 194 -7 0 -5 5 -8 11 -8 5 0 8 +4 4 9 -3 6 3 9 12 9 31 -2 95 13 118 28 12 8 25 11 30 7 4 -5 5 -3 2 3 -8 14 +36 57 48 47 4 -5 5 -3 2 3 -4 7 0 29 9 50 14 33 16 108 16 580 0 298 -3 557 +-7 576 -15 67 -76 130 -145 151 -58 18 -1093 20 -1153 3z"/> +<path d="M2908 6398 c-57 -26 -96 -64 -119 -117 -19 -42 -20 -73 -19 -618 1 +-354 5 -571 11 -568 5 4 9 -3 9 -14 0 -12 5 -21 10 -21 6 0 16 -11 22 -25 6 +-14 15 -25 19 -25 5 0 18 -8 29 -17 11 -10 25 -19 30 -19 6 -1 11 -2 13 -4 11 +-9 92 -13 270 -14 114 -1 207 -4 207 -8 0 -5 5 -8 11 -8 5 0 8 4 5 9 -3 5 10 +8 29 8 19 -1 35 -5 35 -9 0 -4 5 -8 11 -8 5 0 8 4 5 8 -7 12 318 9 326 -3 5 +-7 8 -7 8 0 0 6 41 10 108 10 59 -1 117 2 128 6 13 5 26 3 33 -4 9 -9 11 -8 6 +6 -5 11 -2 17 8 17 8 0 20 7 27 15 7 8 16 13 20 10 5 -3 18 11 30 30 12 19 25 +33 30 30 4 -3 6 3 3 14 -3 10 0 22 6 25 7 5 11 181 11 571 0 621 1 605 -63 +673 -29 31 -53 46 -97 60 -8 3 -263 6 -567 7 -525 2 -554 1 -595 -17z"/> +<path d="M5107 6404 c-61 -21 -94 -51 -122 -109 l-27 -54 1 -548 c0 -301 2 +-557 5 -568 12 -56 10 -52 49 -95 12 -14 34 -31 49 -39 15 -8 26 -17 24 -20 +-4 -6 32 -10 119 -14 22 -1 43 -6 47 -12 5 -7 8 -6 8 1 0 5 11 10 25 10 14 0 +25 -4 25 -8 0 -4 5 -8 11 -8 5 0 8 4 5 9 -3 5 10 8 29 8 19 -1 35 -5 35 -9 0 +-4 5 -8 11 -8 5 0 8 4 5 8 -7 12 318 9 326 -3 5 -7 8 -7 8 1 0 11 78 13 97 1 +6 -4 14 -4 17 1 6 9 127 9 142 0 6 -4 14 -4 18 -1 4 4 48 8 99 9 148 2 181 11 +243 70 61 58 61 58 60 672 -1 522 -2 559 -20 592 -26 49 -55 79 -101 103 -39 +21 -48 22 -595 23 -437 1 -563 -2 -593 -12z"/> +<path d="M1996 4998 c3 -5 10 -6 15 -3 13 9 11 12 -6 12 -8 0 -12 -4 -9 -9z"/> +<path d="M2856 4967 c3 -10 9 -15 12 -12 3 3 0 11 -7 18 -10 9 -11 8 -5 -6z"/> +<path d="M615 4960 c-3 -5 -1 -10 4 -10 6 0 11 5 11 10 0 6 -2 10 -4 10 -3 0 +-8 -4 -11 -10z"/> +<path d="M2013 4955 c0 -8 4 -12 9 -9 5 3 6 10 3 15 -9 13 -12 11 -12 -6z"/> +<path d="M6310 4966 c0 -2 7 -7 16 -10 8 -3 12 -2 9 4 -6 10 -25 14 -25 6z"/> +<path d="M735 4940 c3 -5 8 -10 11 -10 2 0 4 5 4 10 0 6 -5 10 -11 10 -5 0 -7 +-4 -4 -10z"/> +<path d="M770 4939 c0 -5 5 -7 10 -4 6 3 10 8 10 11 0 2 -4 4 -10 4 -5 0 -10 +-5 -10 -11z"/> +<path d="M2895 4940 c3 -5 8 -10 11 -10 2 0 4 5 4 10 0 6 -5 10 -11 10 -5 0 +-7 -4 -4 -10z"/> +<path d="M2935 4940 c3 -5 8 -10 11 -10 2 0 4 5 4 10 0 6 -5 10 -11 10 -5 0 +-7 -4 -4 -10z"/> +<path d="M4170 4940 c0 -5 5 -10 11 -10 5 0 7 5 4 10 -3 6 -8 10 -11 10 -2 0 +-4 -4 -4 -10z"/> +<path d="M6190 4940 c0 -5 5 -10 11 -10 5 0 7 5 4 10 -3 6 -8 10 -11 10 -2 0 +-4 -4 -4 -10z"/> +<path d="M6250 4940 c0 -5 5 -10 11 -10 5 0 7 5 4 10 -3 6 -8 10 -11 10 -2 0 +-4 -4 -4 -10z"/> +<path d="M6290 4940 c0 -5 5 -10 11 -10 5 0 7 5 4 10 -3 6 -8 10 -11 10 -2 0 +-4 -4 -4 -10z"/> +<path d="M1910 4936 c0 -2 8 -10 18 -17 15 -13 16 -12 3 4 -13 16 -21 21 -21 +13z"/> +<path d="M1954 4920 c0 -13 4 -16 10 -10 7 7 7 13 0 20 -6 6 -10 3 -10 -10z"/> +<path d="M827 4919 c7 -7 15 -10 18 -7 3 3 -2 9 -12 12 -14 6 -15 5 -6 -5z"/> +<path d="M1467 4919 c7 -7 15 -10 18 -7 3 3 -2 9 -12 12 -14 6 -15 5 -6 -5z"/> +<path d="M1820 4926 c0 -2 8 -10 18 -17 15 -13 16 -12 3 4 -13 16 -21 21 -21 +13z"/> +<path d="M3067 4919 c7 -7 15 -10 18 -7 3 3 -2 9 -12 12 -14 6 -15 5 -6 -5z"/> +<path d="M5170 4926 c0 -2 7 -7 16 -10 8 -3 12 -2 9 4 -6 10 -25 14 -25 6z"/> +<path d="M730 4900 c0 -5 5 -10 11 -10 5 0 7 5 4 10 -3 6 -8 10 -11 10 -2 0 +-4 -4 -4 -10z"/> +<path d="M1050 4900 c0 -5 5 -10 11 -10 5 0 7 5 4 10 -3 6 -8 10 -11 10 -2 0 +-4 -4 -4 -10z"/> +<path d="M1095 4900 c-3 -5 -1 -10 4 -10 6 0 11 5 11 10 0 6 -2 10 -4 10 -3 0 +-8 -4 -11 -10z"/> +<path d="M1135 4900 c-3 -5 -1 -10 4 -10 6 0 11 5 11 10 0 6 -2 10 -4 10 -3 0 +-8 -4 -11 -10z"/> +<path d="M1170 4900 c0 -5 5 -10 11 -10 5 0 7 5 4 10 -3 6 -8 10 -11 10 -2 0 +-4 -4 -4 -10z"/> +<path d="M1295 4900 c-3 -5 -1 -10 4 -10 6 0 11 5 11 10 0 6 -2 10 -4 10 -3 0 +-8 -4 -11 -10z"/> +<path d="M1330 4900 c0 -5 5 -10 11 -10 5 0 7 5 4 10 -3 6 -8 10 -11 10 -2 0 +-4 -4 -4 -10z"/> +<path d="M1690 4900 c0 -5 5 -10 11 -10 5 0 7 5 4 10 -3 6 -8 10 -11 10 -2 0 +-4 -4 -4 -10z"/> +<path d="M1735 4900 c-3 -5 -1 -10 4 -10 6 0 11 5 11 10 0 6 -2 10 -4 10 -3 0 +-8 -4 -11 -10z"/> +<path d="M2895 4900 c-3 -5 -1 -10 4 -10 6 0 11 5 11 10 0 6 -2 10 -4 10 -3 0 +-8 -4 -11 -10z"/> +<path d="M2930 4900 c0 -5 5 -10 11 -10 5 0 7 5 4 10 -3 6 -8 10 -11 10 -2 0 +-4 -4 -4 -10z"/> +<path d="M3290 4900 c0 -5 5 -10 11 -10 5 0 7 5 4 10 -3 6 -8 10 -11 10 -2 0 +-4 -4 -4 -10z"/> +<path d="M3335 4900 c-3 -5 -1 -10 4 -10 6 0 11 5 11 10 0 6 -2 10 -4 10 -3 0 +-8 -4 -11 -10z"/> +<path d="M3375 4900 c-3 -5 -1 -10 4 -10 6 0 11 5 11 10 0 6 -2 10 -4 10 -3 0 +-8 -4 -11 -10z"/> +<path d="M3410 4900 c0 -5 5 -10 11 -10 5 0 7 5 4 10 -3 6 -8 10 -11 10 -2 0 +-4 -4 -4 -10z"/> +<path d="M4160 4900 c-9 -6 -10 -10 -3 -10 6 0 15 5 18 10 8 12 4 12 -15 0z"/> +<path d="M5295 4900 c-3 -5 -1 -10 4 -10 6 0 11 5 11 10 0 6 -2 10 -4 10 -3 0 +-8 -4 -11 -10z"/> +<path d="M5330 4900 c0 -5 5 -10 11 -10 5 0 7 5 4 10 -3 6 -8 10 -11 10 -2 0 +-4 -4 -4 -10z"/> +<path d="M6010 4900 c0 -5 5 -10 11 -10 5 0 7 5 4 10 -3 6 -8 10 -11 10 -2 0 +-4 -4 -4 -10z"/> +<path d="M6055 4900 c-3 -5 -1 -10 4 -10 6 0 11 5 11 10 0 6 -2 10 -4 10 -3 0 +-8 -4 -11 -10z"/> +<path d="M6255 4900 c-3 -5 -1 -10 4 -10 6 0 11 5 11 10 0 6 -2 10 -4 10 -3 0 +-8 -4 -11 -10z"/> +<path d="M3514 4880 c0 -13 4 -16 10 -10 7 7 7 13 0 20 -6 6 -10 3 -10 -10z"/> +<path d="M5434 4880 c0 -13 4 -16 10 -10 7 7 7 13 0 20 -6 6 -10 3 -10 -10z"/> +<path d="M876 4882 c-3 -5 1 -9 9 -9 8 0 12 4 9 9 -3 4 -7 8 -9 8 -2 0 -6 -4 +-9 -8z"/> +<path d="M1475 4880 c3 -5 8 -10 11 -10 2 0 4 5 4 10 0 6 -5 10 -11 10 -5 0 +-7 -4 -4 -10z"/> +<path d="M1516 4882 c-3 -5 1 -9 9 -9 8 0 12 4 9 9 -3 4 -7 8 -9 8 -2 0 -6 -4 +-9 -8z"/> +<path d="M3075 4880 c3 -5 8 -10 11 -10 2 0 4 5 4 10 0 6 -5 10 -11 10 -5 0 +-7 -4 -4 -10z"/> +<path d="M3116 4882 c-3 -5 1 -9 9 -9 8 0 12 4 9 9 -3 4 -7 8 -9 8 -2 0 -6 -4 +-9 -8z"/> +<path d="M3550 4880 c0 -5 5 -10 11 -10 5 0 7 5 4 10 -3 6 -8 10 -11 10 -2 0 +-4 -4 -4 -10z"/> +<path d="M3590 4881 c0 -6 4 -13 10 -16 6 -3 7 1 4 9 -7 18 -14 21 -14 7z"/> +<path d="M5470 4880 c0 -5 5 -10 11 -10 5 0 7 5 4 10 -3 6 -8 10 -11 10 -2 0 +-4 -4 -4 -10z"/> +<path d="M5510 4881 c0 -6 4 -13 10 -16 6 -3 7 1 4 9 -7 18 -14 21 -14 7z"/> +<path d="M695 4860 c3 -5 8 -10 11 -10 2 0 4 5 4 10 0 6 -5 10 -11 10 -5 0 -7 +-4 -4 -10z"/> +<path d="M730 4859 c0 -5 5 -7 10 -4 6 3 10 8 10 11 0 2 -4 4 -10 4 -5 0 -10 +-5 -10 -11z"/> +<path d="M1055 4860 c3 -5 8 -10 11 -10 2 0 4 5 4 10 0 6 -5 10 -11 10 -5 0 +-7 -4 -4 -10z"/> +<path d="M1090 4859 c0 -5 5 -7 10 -4 6 3 10 8 10 11 0 2 -4 4 -10 4 -5 0 -10 +-5 -10 -11z"/> +<path d="M1130 4859 c0 -5 5 -7 10 -4 6 3 10 8 10 11 0 2 -4 4 -10 4 -5 0 -10 +-5 -10 -11z"/> +<path d="M1175 4860 c3 -5 8 -10 11 -10 2 0 4 5 4 10 0 6 -5 10 -11 10 -5 0 +-7 -4 -4 -10z"/> +<path d="M1290 4859 c0 -5 5 -7 10 -4 6 3 10 8 10 11 0 2 -4 4 -10 4 -5 0 -10 +-5 -10 -11z"/> +<path d="M1335 4860 c3 -5 8 -10 11 -10 2 0 4 5 4 10 0 6 -5 10 -11 10 -5 0 +-7 -4 -4 -10z"/> +<path d="M1695 4860 c3 -5 8 -10 11 -10 2 0 4 5 4 10 0 6 -5 10 -11 10 -5 0 +-7 -4 -4 -10z"/> +<path d="M1730 4859 c0 -5 5 -7 10 -4 6 3 10 8 10 11 0 2 -4 4 -10 4 -5 0 -10 +-5 -10 -11z"/> +<path d="M2890 4859 c0 -5 5 -7 10 -4 6 3 10 8 10 11 0 2 -4 4 -10 4 -5 0 -10 +-5 -10 -11z"/> +<path d="M3295 4860 c3 -5 8 -10 11 -10 2 0 4 5 4 10 0 6 -5 10 -11 10 -5 0 +-7 -4 -4 -10z"/> +<path d="M3330 4859 c0 -5 5 -7 10 -4 6 3 10 8 10 11 0 2 -4 4 -10 4 -5 0 -10 +-5 -10 -11z"/> +<path d="M3370 4859 c0 -5 5 -7 10 -4 6 3 10 8 10 11 0 2 -4 4 -10 4 -5 0 -10 +-5 -10 -11z"/> +<path d="M3415 4860 c3 -5 8 -10 11 -10 2 0 4 5 4 10 0 6 -5 10 -11 10 -5 0 +-7 -4 -4 -10z"/> +<path d="M3690 4860 c0 -5 5 -10 11 -10 5 0 7 5 4 10 -3 6 -8 10 -11 10 -2 0 +-4 -4 -4 -10z"/> +<path d="M5290 4859 c0 -5 5 -7 10 -4 6 3 10 8 10 11 0 2 -4 4 -10 4 -5 0 -10 +-5 -10 -11z"/> +<path d="M5335 4860 c3 -5 8 -10 11 -10 2 0 4 5 4 10 0 6 -5 10 -11 10 -5 0 +-7 -4 -4 -10z"/> +<path d="M5610 4860 c0 -5 5 -10 11 -10 5 0 7 5 4 10 -3 6 -8 10 -11 10 -2 0 +-4 -4 -4 -10z"/> +<path d="M6015 4860 c3 -5 8 -10 11 -10 2 0 4 5 4 10 0 6 -5 10 -11 10 -5 0 +-7 -4 -4 -10z"/> +<path d="M6050 4859 c0 -5 5 -7 10 -4 6 3 10 8 10 11 0 2 -4 4 -10 4 -5 0 -10 +-5 -10 -11z"/> +<path d="M6255 4860 c-3 -5 -1 -10 4 -10 6 0 11 5 11 10 0 6 -2 10 -4 10 -3 0 +-8 -4 -11 -10z"/> +<path d="M6290 4860 c0 -5 5 -10 11 -10 5 0 7 5 4 10 -3 6 -8 10 -11 10 -2 0 +-4 -4 -4 -10z"/> +<path d="M825 4840 c-3 -6 1 -7 9 -4 18 7 21 14 7 14 -6 0 -13 -4 -16 -10z"/> +<path d="M865 4840 c-3 -6 1 -7 9 -4 18 7 21 14 7 14 -6 0 -13 -4 -16 -10z"/> +<path d="M1465 4840 c-3 -6 1 -7 9 -4 18 7 21 14 7 14 -6 0 -13 -4 -16 -10z"/> +<path d="M1505 4840 c-3 -6 1 -7 9 -4 18 7 21 14 7 14 -6 0 -13 -4 -16 -10z"/> +<path d="M1790 4839 c0 -5 5 -7 10 -4 6 3 10 8 10 11 0 2 -4 4 -10 4 -5 0 -10 +-5 -10 -11z"/> +<path d="M2940 4846 c0 -2 8 -10 18 -17 15 -13 16 -12 3 4 -13 16 -21 21 -21 +13z"/> +<path d="M3065 4840 c-3 -6 1 -7 9 -4 18 7 21 14 7 14 -6 0 -13 -4 -16 -10z"/> +<path d="M3105 4840 c-3 -6 1 -7 9 -4 18 7 21 14 7 14 -6 0 -13 -4 -16 -10z"/> +<path d="M3555 4841 c-3 -5 -2 -12 3 -15 5 -3 9 1 9 9 0 17 -3 19 -12 6z"/> +<path d="M5475 4841 c-3 -5 -2 -12 3 -15 5 -3 9 1 9 9 0 17 -3 19 -12 6z"/> +<path d="M725 4215 c-48 -17 -117 -88 -131 -137 -11 -33 -13 -1121 -2 -1159 2 +-9 12 -28 21 -43 10 -15 15 -32 11 -38 -4 -6 -3 -8 4 -4 5 3 23 -5 39 -18 44 +-37 95 -46 271 -46 128 0 162 -3 156 -12 -6 -10 -4 -10 7 0 9 8 50 12 127 12 +88 0 112 -3 106 -12 -6 -10 -4 -10 7 0 9 8 50 12 127 12 88 0 112 -3 106 -12 +-6 -10 -4 -10 7 0 9 8 54 12 146 12 96 0 144 4 169 15 20 8 40 12 45 9 5 -3 9 +2 9 10 0 9 7 16 15 16 8 0 15 3 15 8 0 4 11 19 24 34 14 14 23 28 20 31 -2 2 +0 17 6 33 13 33 17 1078 5 1135 -12 52 -54 107 -104 137 l-46 27 -560 2 c-462 +2 -567 0 -600 -12z"/> +<path d="M2905 4211 c-49 -22 -87 -57 -112 -102 -17 -32 -18 -68 -18 -599 1 +-557 3 -642 17 -633 4 2 17 -11 28 -29 11 -18 20 -29 20 -24 0 5 7 3 15 -4 8 +-7 12 -17 8 -24 -3 -6 -3 -8 1 -4 4 3 26 0 48 -8 26 -9 82 -14 155 -14 88 0 +113 -3 107 -12 -6 -10 -4 -10 7 0 8 7 42 12 87 12 56 0 71 -3 66 -12 -6 -10 +-4 -10 7 0 9 8 50 12 127 12 88 0 112 -3 106 -12 -6 -10 -4 -10 7 0 9 8 50 12 +127 12 88 0 112 -3 106 -12 -6 -10 -4 -10 8 0 11 9 47 13 115 12 54 -1 105 0 +113 3 49 16 51 17 44 4 -4 -6 3 -2 15 11 20 20 34 26 53 23 4 0 4 7 1 16 -5 +12 -2 15 10 10 9 -3 16 -3 15 1 -5 13 24 72 33 67 12 -8 11 1123 -1 1164 -15 +53 -56 105 -103 132 l-42 24 -565 2 c-530 2 -567 1 -605 -16z"/> +<path d="M5079 4205 c-48 -25 -87 -68 -108 -122 -10 -25 -13 -154 -13 -577 0 +-300 3 -555 7 -568 12 -41 34 -85 50 -98 13 -11 13 -15 3 -23 -10 -7 -10 -8 2 +-4 16 5 83 -27 74 -36 -3 -3 1 -5 8 -4 7 0 82 -1 166 -1 119 -2 152 -5 146 +-14 -6 -10 -4 -10 7 0 10 9 82 12 287 12 216 0 272 -3 266 -12 -6 -10 -4 -10 +7 0 9 8 51 12 132 12 116 0 197 13 197 33 0 5 8 6 17 3 10 -4 14 -4 11 0 -4 3 +4 17 18 30 61 62 59 37 60 643 0 334 -3 570 -9 593 -13 51 -81 125 -132 143 +-32 11 -146 14 -595 14 l-555 0 -46 -24z"/> +<path d="M2015 2820 c3 -5 8 -10 11 -10 2 0 4 5 4 10 0 6 -5 10 -11 10 -5 0 +-7 -4 -4 -10z"/> +<path d="M6330 2779 c0 -5 5 -7 10 -4 6 3 10 8 10 11 0 2 -4 4 -10 4 -5 0 -10 +-5 -10 -11z"/> +<path d="M6290 2759 c0 -5 5 -7 10 -4 6 3 10 8 10 11 0 2 -4 4 -10 4 -5 0 -10 +-5 -10 -11z"/> +<path d="M810 2739 c0 -5 5 -7 10 -4 6 3 10 8 10 11 0 2 -4 4 -10 4 -5 0 -10 +-5 -10 -11z"/> +<path d="M970 2739 c0 -5 5 -7 10 -4 6 3 10 8 10 11 0 2 -4 4 -10 4 -5 0 -10 +-5 -10 -11z"/> +<path d="M1210 2739 c0 -5 5 -7 10 -4 6 3 10 8 10 11 0 2 -4 4 -10 4 -5 0 -10 +-5 -10 -11z"/> +<path d="M1450 2739 c0 -5 5 -7 10 -4 6 3 10 8 10 11 0 2 -4 4 -10 4 -5 0 -10 +-5 -10 -11z"/> +<path d="M1610 2739 c0 -5 5 -7 10 -4 6 3 10 8 10 11 0 2 -4 4 -10 4 -5 0 -10 +-5 -10 -11z"/> +<path d="M1770 2739 c0 -5 5 -7 10 -4 6 3 10 8 10 11 0 2 -4 4 -10 4 -5 0 -10 +-5 -10 -11z"/> +<path d="M2895 2740 c3 -5 8 -10 11 -10 2 0 4 5 4 10 0 6 -5 10 -11 10 -5 0 +-7 -4 -4 -10z"/> +<path d="M2935 2740 c3 -5 8 -10 11 -10 2 0 4 5 4 10 0 6 -5 10 -11 10 -5 0 +-7 -4 -4 -10z"/> +<path d="M3050 2739 c0 -5 5 -7 10 -4 6 3 10 8 10 11 0 2 -4 4 -10 4 -5 0 -10 +-5 -10 -11z"/> +<path d="M3210 2739 c0 -5 5 -7 10 -4 6 3 10 8 10 11 0 2 -4 4 -10 4 -5 0 -10 +-5 -10 -11z"/> +<path d="M3450 2739 c0 -5 5 -7 10 -4 6 3 10 8 10 11 0 2 -4 4 -10 4 -5 0 -10 +-5 -10 -11z"/> +<path d="M3690 2739 c0 -5 5 -7 10 -4 6 3 10 8 10 11 0 2 -4 4 -10 4 -5 0 -10 +-5 -10 -11z"/> +<path d="M3930 2739 c0 -5 5 -7 10 -4 6 3 10 8 10 11 0 2 -4 4 -10 4 -5 0 -10 +-5 -10 -11z"/> +<path d="M5290 2739 c0 -5 5 -7 10 -4 6 3 10 8 10 11 0 2 -4 4 -10 4 -5 0 -10 +-5 -10 -11z"/> +<path d="M5450 2739 c0 -5 5 -7 10 -4 6 3 10 8 10 11 0 2 -4 4 -10 4 -5 0 -10 +-5 -10 -11z"/> +<path d="M5610 2739 c0 -5 5 -7 10 -4 6 3 10 8 10 11 0 2 -4 4 -10 4 -5 0 -10 +-5 -10 -11z"/> +<path d="M5850 2739 c0 -5 5 -7 10 -4 6 3 10 8 10 11 0 2 -4 4 -10 4 -5 0 -10 +-5 -10 -11z"/> +<path d="M6010 2740 c0 -5 5 -10 11 -10 5 0 7 5 4 10 -3 6 -8 10 -11 10 -2 0 +-4 -4 -4 -10z"/> +<path d="M6170 2739 c0 -5 5 -7 10 -4 6 3 10 8 10 11 0 2 -4 4 -10 4 -5 0 -10 +-5 -10 -11z"/> +<path d="M5035 2720 c3 -5 8 -10 11 -10 2 0 4 5 4 10 0 6 -5 10 -11 10 -5 0 +-7 -4 -4 -10z"/> +<path d="M895 2700 c-3 -5 -1 -10 4 -10 6 0 11 5 11 10 0 6 -2 10 -4 10 -3 0 +-8 -4 -11 -10z"/> +<path d="M935 2700 c-3 -5 -1 -10 4 -10 6 0 11 5 11 10 0 6 -2 10 -4 10 -3 0 +-8 -4 -11 -10z"/> +<path d="M1415 2700 c-3 -5 -1 -10 4 -10 6 0 11 5 11 10 0 6 -2 10 -4 10 -3 0 +-8 -4 -11 -10z"/> +<path d="M3655 2700 c-3 -5 -1 -10 4 -10 6 0 11 5 11 10 0 6 -2 10 -4 10 -3 0 +-8 -4 -11 -10z"/> +<path d="M5735 2700 c-3 -5 -1 -10 4 -10 6 0 11 5 11 10 0 6 -2 10 -4 10 -3 0 +-8 -4 -11 -10z"/> +<path d="M5975 2700 c-3 -5 -1 -10 4 -10 6 0 11 5 11 10 0 6 -2 10 -4 10 -3 0 +-8 -4 -11 -10z"/> +<path d="M6010 2699 c0 -5 5 -7 10 -4 6 3 10 8 10 11 0 2 -4 4 -10 4 -5 0 -10 +-5 -10 -11z"/> +<path d="M5113 2675 c0 -8 4 -12 9 -9 5 3 6 10 3 15 -9 13 -12 11 -12 -6z"/> +<path d="M935 2660 c3 -5 8 -10 11 -10 2 0 4 5 4 10 0 6 -5 10 -11 10 -5 0 -7 +-4 -4 -10z"/> +<path d="M970 2660 c0 -5 5 -10 11 -10 5 0 7 5 4 10 -3 6 -8 10 -11 10 -2 0 +-4 -4 -4 -10z"/> +<path d="M1010 2660 c0 -5 5 -10 11 -10 5 0 7 5 4 10 -3 6 -8 10 -11 10 -2 0 +-4 -4 -4 -10z"/> +<path d="M1415 2660 c3 -5 8 -10 11 -10 2 0 4 5 4 10 0 6 -5 10 -11 10 -5 0 +-7 -4 -4 -10z"/> +<path d="M1450 2660 c0 -5 5 -10 11 -10 5 0 7 5 4 10 -3 6 -8 10 -11 10 -2 0 +-4 -4 -4 -10z"/> +<path d="M1490 2660 c0 -5 5 -10 11 -10 5 0 7 5 4 10 -3 6 -8 10 -11 10 -2 0 +-4 -4 -4 -10z"/> +<path d="M3050 2660 c0 -5 5 -10 11 -10 5 0 7 5 4 10 -3 6 -8 10 -11 10 -2 0 +-4 -4 -4 -10z"/> +<path d="M3090 2660 c0 -5 5 -10 11 -10 5 0 7 5 4 10 -3 6 -8 10 -11 10 -2 0 +-4 -4 -4 -10z"/> +<path d="M3210 2660 c0 -5 5 -10 11 -10 5 0 7 5 4 10 -3 6 -8 10 -11 10 -2 0 +-4 -4 -4 -10z"/> +<path d="M3250 2660 c0 -5 5 -10 11 -10 5 0 7 5 4 10 -3 6 -8 10 -11 10 -2 0 +-4 -4 -4 -10z"/> +<path d="M3655 2660 c3 -5 8 -10 11 -10 2 0 4 5 4 10 0 6 -5 10 -11 10 -5 0 +-7 -4 -4 -10z"/> +<path d="M3690 2660 c0 -5 5 -10 11 -10 5 0 7 5 4 10 -3 6 -8 10 -11 10 -2 0 +-4 -4 -4 -10z"/> +<path d="M3730 2660 c0 -5 5 -10 11 -10 5 0 7 5 4 10 -3 6 -8 10 -11 10 -2 0 +-4 -4 -4 -10z"/> +<path d="M5290 2660 c0 -5 5 -10 11 -10 5 0 7 5 4 10 -3 6 -8 10 -11 10 -2 0 +-4 -4 -4 -10z"/> +<path d="M5330 2660 c0 -5 5 -10 11 -10 5 0 7 5 4 10 -3 6 -8 10 -11 10 -2 0 +-4 -4 -4 -10z"/> +<path d="M5735 2660 c3 -5 8 -10 11 -10 2 0 4 5 4 10 0 6 -5 10 -11 10 -5 0 +-7 -4 -4 -10z"/> +<path d="M782 2038 c-64 -7 -105 -28 -149 -78 -49 -54 -50 -75 -47 -670 2 +-305 4 -563 6 -572 1 -9 6 -14 10 -12 7 5 12 -19 9 -39 -1 -5 2 -6 7 -3 12 7 +54 -38 45 -49 -5 -4 -2 -5 5 -1 8 5 19 1 28 -10 9 -11 12 -13 9 -6 -6 12 -3 +12 15 2 12 -7 51 -13 86 -14 35 0 64 -5 64 -11 0 -7 3 -7 8 0 9 12 62 14 62 2 +0 -4 5 -5 12 -1 17 11 78 10 78 -1 0 -7 3 -7 8 0 9 12 62 14 62 2 0 -4 5 -5 +12 -1 17 11 78 10 78 -1 0 -7 3 -7 8 0 8 11 62 15 62 4 0 -4 15 -4 33 0 17 4 +44 4 59 0 17 -4 29 -3 32 4 3 9 5 9 5 0 1 -7 7 -10 15 -7 21 8 136 10 136 2 0 +-4 13 -3 30 2 19 5 32 5 36 -2 4 -6 10 -5 15 3 6 10 9 10 9 2 0 -7 6 -10 14 +-7 20 7 136 10 136 3 0 -8 38 -4 46 4 12 12 26 8 18 -5 -6 -10 -4 -10 7 0 17 +15 53 16 43 0 -4 -7 -3 -8 5 -4 6 4 9 12 6 17 -4 5 -1 9 4 9 28 0 83 54 111 +108 22 42 22 45 22 590 0 381 -4 561 -12 591 -15 57 -84 126 -142 142 -48 13 +-996 19 -1106 7z"/> +<path d="M2985 2042 c-65 -7 -106 -24 -143 -62 -75 -73 -73 -56 -70 -685 3 +-609 1 -582 60 -645 12 -13 22 -29 20 -35 -2 -5 0 -7 3 -3 4 4 22 0 39 -9 17 +-10 39 -16 48 -14 10 1 26 -3 38 -9 12 -6 20 -7 20 -1 0 10 31 7 49 -3 5 -4 +12 0 14 6 4 10 6 10 6 1 1 -7 7 -10 15 -7 22 8 136 10 136 2 0 -4 7 -5 16 -1 +22 8 224 9 224 1 0 -4 13 -3 30 2 19 5 32 5 36 -2 4 -6 10 -5 15 3 6 10 9 10 +9 2 0 -7 6 -10 14 -7 22 8 136 10 136 2 0 -4 7 -5 15 -2 23 9 185 10 185 2 0 +-4 6 -5 13 -3 22 9 107 11 107 2 0 -4 9 -3 20 3 11 6 25 8 30 5 5 -3 11 -1 15 +5 4 6 10 8 15 5 4 -3 11 2 14 11 4 9 13 14 21 10 8 -3 15 0 15 7 0 12 39 52 +52 52 3 0 10 4 15 9 5 5 3 6 -4 2 -16 -9 -16 -6 2 37 13 31 15 120 15 585 0 +392 -3 559 -12 583 -25 74 -89 131 -164 145 -36 7 -1010 12 -1069 6z"/> +<path d="M5153 2039 c-86 -11 -160 -71 -184 -150 -14 -49 -14 -1115 1 -1153 6 +-16 8 -31 6 -34 -3 -2 5 -13 17 -24 12 -11 16 -16 8 -12 -9 5 -12 3 -7 -4 4 +-7 14 -12 22 -12 8 0 14 -7 14 -15 0 -8 5 -14 12 -12 7 1 12 -3 13 -10 0 -6 4 +-15 9 -20 5 -5 6 -3 2 5 -9 15 -6 15 35 -2 19 -7 46 -13 62 -12 15 1 27 -3 27 +-9 0 -6 3 -7 8 0 9 12 62 14 62 2 0 -4 5 -5 12 -1 17 11 78 10 78 -1 0 -7 3 +-7 8 0 9 12 62 14 62 2 0 -4 5 -5 12 -1 17 11 78 10 78 -1 0 -7 3 -7 8 0 9 12 +62 14 62 2 0 -4 5 -5 12 -1 17 11 78 10 78 -1 0 -7 3 -7 8 0 9 12 62 14 62 2 +0 -4 5 -5 12 -1 17 11 78 10 78 -1 0 -7 3 -7 8 0 9 12 62 14 62 2 0 -4 5 -5 +12 -1 17 11 78 10 78 -1 0 -7 3 -7 8 0 9 12 62 14 62 2 0 -4 5 -5 12 -1 17 11 +78 10 78 -1 0 -7 3 -7 8 0 4 6 34 11 67 12 33 2 61 7 63 13 2 5 9 10 16 10 25 +0 78 62 96 113 16 48 18 96 16 602 -2 599 -1 585 -60 648 -14 16 -47 37 -73 +49 -45 20 -65 20 -562 22 -284 0 -539 -2 -568 -5z"/> +<path d="M4170 619 c0 -5 5 -7 10 -4 6 3 10 8 10 11 0 2 -4 4 -10 4 -5 0 -10 +-5 -10 -11z"/> +<path d="M620 606 c0 -2 8 -10 18 -17 15 -13 16 -12 3 4 -13 16 -21 21 -21 13z"/> +<path d="M2875 581 c-3 -5 -2 -12 3 -15 5 -3 9 1 9 9 0 17 -3 19 -12 6z"/> +<path d="M3354 569 c-3 -6 -2 -15 3 -20 5 -5 9 -1 9 11 0 23 -2 24 -12 9z"/> +<path d="M895 560 c3 -5 8 -10 11 -10 2 0 4 5 4 10 0 6 -5 10 -11 10 -5 0 -7 +-4 -4 -10z"/> +<path d="M1055 560 c3 -5 8 -10 11 -10 2 0 4 5 4 10 0 6 -5 10 -11 10 -5 0 -7 +-4 -4 -10z"/> +<path d="M1215 560 c3 -5 8 -10 11 -10 2 0 4 5 4 10 0 6 -5 10 -11 10 -5 0 -7 +-4 -4 -10z"/> +<path d="M3855 560 c3 -5 8 -10 11 -10 2 0 4 5 4 10 0 6 -5 10 -11 10 -5 0 -7 +-4 -4 -10z"/> +<path d="M3970 559 c0 -5 5 -7 10 -4 6 3 10 8 10 11 0 2 -4 4 -10 4 -5 0 -10 +-5 -10 -11z"/> +<path d="M5140 566 c0 -2 8 -10 18 -17 15 -13 16 -12 3 4 -13 16 -21 21 -21 +13z"/> +<path d="M5215 560 c3 -5 8 -10 11 -10 2 0 4 5 4 10 0 6 -5 10 -11 10 -5 0 -7 +-4 -4 -10z"/> +<path d="M5375 560 c3 -5 8 -10 11 -10 2 0 4 5 4 10 0 6 -5 10 -11 10 -5 0 -7 +-4 -4 -10z"/> +<path d="M5535 560 c3 -5 8 -10 11 -10 2 0 4 5 4 10 0 6 -5 10 -11 10 -5 0 -7 +-4 -4 -10z"/> +<path d="M5695 560 c3 -5 8 -10 11 -10 2 0 4 5 4 10 0 6 -5 10 -11 10 -5 0 -7 +-4 -4 -10z"/> +<path d="M5855 560 c3 -5 8 -10 11 -10 2 0 4 5 4 10 0 6 -5 10 -11 10 -5 0 -7 +-4 -4 -10z"/> +<path d="M6015 560 c3 -5 8 -10 11 -10 2 0 4 5 4 10 0 6 -5 10 -11 10 -5 0 -7 +-4 -4 -10z"/> +<path d="M6175 560 c3 -5 8 -10 11 -10 2 0 4 5 4 10 0 6 -5 10 -11 10 -5 0 -7 +-4 -4 -10z"/> +<path d="M935 540 c3 -5 8 -10 11 -10 2 0 4 5 4 10 0 6 -5 10 -11 10 -5 0 -7 +-4 -4 -10z"/> +<path d="M1095 540 c3 -5 8 -10 11 -10 2 0 4 5 4 10 0 6 -5 10 -11 10 -5 0 -7 +-4 -4 -10z"/> +<path d="M1255 540 c3 -5 8 -10 11 -10 2 0 4 5 4 10 0 6 -5 10 -11 10 -5 0 -7 +-4 -4 -10z"/> +<path d="M3895 540 c3 -5 8 -10 11 -10 2 0 4 5 4 10 0 6 -5 10 -11 10 -5 0 -7 +-4 -4 -10z"/> +<path d="M3930 540 c0 -5 5 -10 11 -10 5 0 7 5 4 10 -3 6 -8 10 -11 10 -2 0 +-4 -4 -4 -10z"/> +<path d="M5255 540 c3 -5 8 -10 11 -10 2 0 4 5 4 10 0 6 -5 10 -11 10 -5 0 -7 +-4 -4 -10z"/> +<path d="M5415 540 c3 -5 8 -10 11 -10 2 0 4 5 4 10 0 6 -5 10 -11 10 -5 0 -7 +-4 -4 -10z"/> +<path d="M5575 540 c3 -5 8 -10 11 -10 2 0 4 5 4 10 0 6 -5 10 -11 10 -5 0 -7 +-4 -4 -10z"/> +<path d="M5735 540 c3 -5 8 -10 11 -10 2 0 4 5 4 10 0 6 -5 10 -11 10 -5 0 -7 +-4 -4 -10z"/> +<path d="M5895 540 c3 -5 8 -10 11 -10 2 0 4 5 4 10 0 6 -5 10 -11 10 -5 0 -7 +-4 -4 -10z"/> +<path d="M6055 540 c3 -5 8 -10 11 -10 2 0 4 5 4 10 0 6 -5 10 -11 10 -5 0 -7 +-4 -4 -10z"/> +<path d="M1460 526 c0 -2 8 -10 18 -17 15 -13 16 -12 3 4 -13 16 -21 21 -21 +13z"/> +<path d="M2900 526 c0 -2 8 -10 18 -17 15 -13 16 -12 3 4 -13 16 -21 21 -21 +13z"/> +<path d="M2946 518 c3 -5 10 -6 15 -3 13 9 11 12 -6 12 -8 0 -12 -4 -9 -9z"/> +<path d="M3380 526 c0 -2 8 -10 18 -17 15 -13 16 -12 3 4 -13 16 -21 21 -21 +13z"/> +<path d="M4076 513 c-6 -14 -5 -15 5 -6 7 7 10 15 7 18 -3 3 -9 -2 -12 -12z"/> +<path d="M5156 518 c3 -5 10 -6 15 -3 13 9 11 12 -6 12 -8 0 -12 -4 -9 -9z"/> +<path d="M935 500 c3 -5 8 -10 11 -10 2 0 4 5 4 10 0 6 -5 10 -11 10 -5 0 -7 +-4 -4 -10z"/> +<path d="M1095 500 c3 -5 8 -10 11 -10 2 0 4 5 4 10 0 6 -5 10 -11 10 -5 0 -7 +-4 -4 -10z"/> +<path d="M1255 500 c3 -5 8 -10 11 -10 2 0 4 5 4 10 0 6 -5 10 -11 10 -5 0 -7 +-4 -4 -10z"/> +<path d="M1335 500 c3 -5 8 -10 11 -10 2 0 4 5 4 10 0 6 -5 10 -11 10 -5 0 -7 +-4 -4 -10z"/> +<path d="M1370 500 c0 -5 5 -10 11 -10 5 0 7 5 4 10 -3 6 -8 10 -11 10 -2 0 +-4 -4 -4 -10z"/> +<path d="M1615 500 c-3 -5 -1 -10 4 -10 6 0 11 5 11 10 0 6 -2 10 -4 10 -3 0 +-8 -4 -11 -10z"/> +<path d="M3055 500 c-3 -5 -1 -10 4 -10 6 0 11 5 11 10 0 6 -2 10 -4 10 -3 0 +-8 -4 -11 -10z"/> +<path d="M3535 500 c-3 -5 -1 -10 4 -10 6 0 11 5 11 10 0 6 -2 10 -4 10 -3 0 +-8 -4 -11 -10z"/> +<path d="M5255 500 c3 -5 8 -10 11 -10 2 0 4 5 4 10 0 6 -5 10 -11 10 -5 0 -7 +-4 -4 -10z"/> +<path d="M5415 500 c3 -5 8 -10 11 -10 2 0 4 5 4 10 0 6 -5 10 -11 10 -5 0 -7 +-4 -4 -10z"/> +<path d="M5575 500 c3 -5 8 -10 11 -10 2 0 4 5 4 10 0 6 -5 10 -11 10 -5 0 -7 +-4 -4 -10z"/> +<path d="M5735 500 c3 -5 8 -10 11 -10 2 0 4 5 4 10 0 6 -5 10 -11 10 -5 0 -7 +-4 -4 -10z"/> +<path d="M5895 500 c3 -5 8 -10 11 -10 2 0 4 5 4 10 0 6 -5 10 -11 10 -5 0 -7 +-4 -4 -10z"/> +<path d="M6055 500 c3 -5 8 -10 11 -10 2 0 4 5 4 10 0 6 -5 10 -11 10 -5 0 -7 +-4 -4 -10z"/> +<path d="M5113 485 c0 -8 4 -15 9 -15 4 0 8 4 8 9 0 6 -4 12 -8 15 -5 3 -9 -1 +-9 -9z"/> +<path d="M2950 486 c0 -2 7 -7 16 -10 8 -3 12 -2 9 4 -6 10 -25 14 -25 6z"/> +<path d="M4076 473 c-6 -14 -5 -15 5 -6 7 7 10 15 7 18 -3 3 -9 -2 -12 -12z"/> +<path d="M1370 459 c0 -5 5 -7 10 -4 6 3 10 8 10 11 0 2 -4 4 -10 4 -5 0 -10 +-5 -10 -11z"/> +<path d="M1615 460 c-3 -5 -1 -10 4 -10 6 0 11 5 11 10 0 6 -2 10 -4 10 -3 0 +-8 -4 -11 -10z"/> +<path d="M1650 460 c0 -5 5 -10 11 -10 5 0 7 5 4 10 -3 6 -8 10 -11 10 -2 0 +-4 -4 -4 -10z"/> +<path d="M1690 460 c0 -5 5 -10 11 -10 5 0 7 5 4 10 -3 6 -8 10 -11 10 -2 0 +-4 -4 -4 -10z"/> +<path d="M3055 460 c-3 -5 -1 -10 4 -10 6 0 11 5 11 10 0 6 -2 10 -4 10 -3 0 +-8 -4 -11 -10z"/> +<path d="M3090 460 c0 -5 5 -10 11 -10 5 0 7 5 4 10 -3 6 -8 10 -11 10 -2 0 +-4 -4 -4 -10z"/> +<path d="M3130 460 c0 -5 5 -10 11 -10 5 0 7 5 4 10 -3 6 -8 10 -11 10 -2 0 +-4 -4 -4 -10z"/> +<path d="M3535 460 c-3 -5 -1 -10 4 -10 6 0 11 5 11 10 0 6 -2 10 -4 10 -3 0 +-8 -4 -11 -10z"/> +<path d="M3570 460 c0 -5 5 -10 11 -10 5 0 7 5 4 10 -3 6 -8 10 -11 10 -2 0 +-4 -4 -4 -10z"/> +<path d="M3610 460 c0 -5 5 -10 11 -10 5 0 7 5 4 10 -3 6 -8 10 -11 10 -2 0 +-4 -4 -4 -10z"/> +</g> +</svg> diff --git a/public/site.webmanifest b/public/site.webmanifest new file mode 100644 index 0000000..febbf4e --- /dev/null +++ b/public/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "My Apps", + "short_name": "My Apps", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} |