Revert "Revert "include built site for easy deployment""

This reverts commit 411ce0d831.
This commit is contained in:
Juni
2022-11-08 09:35:10 -05:00
parent 411ce0d831
commit c3b15bc6f7
40 changed files with 219 additions and 1 deletions

2
.gitignore vendored
View File

@@ -9,7 +9,7 @@
/coverage /coverage
# production # production
/build #/build
# misc # misc
.DS_Store .DS_Store

BIN
build/512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

BIN
build/apple-touch-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

15
build/asset-manifest.json Normal file
View File

@@ -0,0 +1,15 @@
{
"files": {
"main.css": "/static/css/main.2bdd28e7.css",
"main.js": "/static/js/main.b8545192.js",
"static/media/YurukaStd.woff2": "/static/media/YurukaStd.e4589185c34a94a462b4.woff2",
"static/media/ShangShouFangTangTi.woff2": "/static/media/ShangShouFangTangTi.4b63e6001b3ba64f627e.woff2",
"index.html": "/index.html",
"main.2bdd28e7.css.map": "/static/css/main.2bdd28e7.css.map",
"main.b8545192.js.map": "/static/js/main.b8545192.js.map"
},
"entrypoints": [
"static/css/main.2bdd28e7.css",
"static/js/main.b8545192.js"
]
}

9
build/browserconfig.xml Normal file
View File

@@ -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>

BIN
build/favicon-16x16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

BIN
build/favicon-32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

BIN
build/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

BIN
build/img/juni/juniComf.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

BIN
build/img/juni/juniHug.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

BIN
build/img/juni/juniLewd.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

BIN
build/img/juni/juniOwO.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

BIN
build/img/juni/juniPat.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

BIN
build/img/juni/juniPeek.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

BIN
build/img/juni/juniSob.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

1
build/index.html Normal file
View File

@@ -0,0 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><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="#5bbad5"/><meta name="msapplication-TileColor" content="#da532c"/><meta name="theme-color" content="#cf93d9"/><meta name="description" content="JuniTeeVee Stickers maker"/><title>JuniTeeVee Stickers</title><meta property="og:title" content="JuniTeeVee Stickers"/><meta property="og:description" content="Make your own JuniTeeVee Stickers!"/><meta property="og:image" content="/og-image.png"/><meta property="og:url" content=""/><meta property="og:site_name" content="JuniTeeVee Stickers"/><meta property="og:type" content="website"/><meta name="twitter:card" content="summary_large_image"/><meta name="twitter:site" content="@bunhunfun"/><meta name="twitter:creator" content="@bunhunfun"/><meta name="twitter:title" content="JuniTeeVee Stickers"/><meta name="twitter:description" content="Make your own JuniTeeVee Stickers!"/><meta name="twitter:image" content="/og-image.png"/><meta name="propeller" content="fe9c5bcb759709be3fc94085f6e0c75d"><script defer="defer" src="/static/js/main.b8545192.js"></script><link href="/static/css/main.2bdd28e7.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

BIN
build/mstile-150x150.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

BIN
build/og-image.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.2 KiB

View File

@@ -0,0 +1,64 @@
<?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="296.000000pt" height="296.000000pt" viewBox="0 0 296.000000 296.000000"
preserveAspectRatio="xMidYMid meet">
<metadata>
Created by potrace 1.14, written by Peter Selinger 2001-2017
</metadata>
<g transform="translate(0.000000,296.000000) scale(0.100000,-0.100000)"
fill="#000000" stroke="none">
<path d="M2313 2695 c-24 -17 -73 -99 -74 -124 0 -11 -2 -12 -6 -3 -3 8 -9 10
-16 4 -7 -5 -25 -13 -42 -17 -37 -10 -36 -10 -59 -20 -14 -6 -24 -3 -37 13 -9
12 -22 22 -29 22 -6 0 -9 4 -6 9 5 7 -47 22 -94 26 -33 3 -85 -39 -73 -59 3
-5 0 -7 -8 -4 -9 3 -14 24 -15 62 -1 31 -4 60 -7 63 -11 10 -112 29 -140 25
-35 -4 -57 -50 -90 -189 -17 -74 -21 -105 -13 -113 8 -9 -4 -10 -45 -5 -31 4
-81 6 -110 5 -30 -1 -75 -1 -102 -1 -51 1 -202 -29 -252 -50 -16 -7 -33 -13
-37 -13 -3 -1 -10 -4 -14 -8 -15 -15 -21 -7 -62 80 -22 48 -57 104 -76 124
-38 40 -47 40 -107 6 -57 -32 -57 -34 -12 -142 13 -32 23 -60 21 -61 -2 -2
-19 18 -38 45 -45 62 -64 74 -93 59 -35 -19 -87 -76 -87 -97 0 -19 55 -104 72
-110 4 -2 8 -10 8 -17 0 -7 4 -15 9 -17 25 -9 14 -30 -18 -34 -19 -2 -50 -14
-69 -26 -20 -12 -32 -16 -28 -10 4 7 3 12 -2 12 -5 0 -8 10 -7 23 4 40 -22 57
-89 57 -71 0 -84 -7 -95 -46 -6 -24 -15 -31 -53 -40 -25 -7 -55 -17 -67 -24
-20 -10 -23 -9 -28 9 -8 33 -103 51 -103 20 0 -5 -6 -9 -12 -9 -35 0 -90 -73
-69 -90 3 -3 30 -40 59 -83 l53 -77 -18 -30 c-9 -17 -21 -30 -25 -30 -17 0
-48 -67 -48 -103 0 -27 7 -44 24 -60 36 -33 243 -147 269 -147 20 -1 20 -2 -6
-16 -36 -20 -65 -27 -97 -23 -91 9 -130 -13 -130 -72 0 -19 -6 -32 -17 -36
-59 -20 -79 -82 -48 -142 8 -16 11 -31 8 -35 -4 -3 -2 -6 3 -6 12 0 10 -45 -4
-80 -7 -18 -6 -37 4 -65 20 -58 17 -83 -13 -109 -39 -33 -35 -70 17 -148 24
-37 48 -64 55 -62 9 4 13 -9 13 -41 1 -53 26 -93 63 -101 22 -5 25 -11 26 -46
1 -51 22 -128 40 -149 16 -19 61 -30 69 -17 3 4 10 6 15 2 5 -3 15 -1 22 4 7
5 20 8 30 7 9 -2 17 1 17 5 0 5 22 8 49 6 52 -3 49 -5 158 95 37 33 44 77 17
103 -14 15 -13 16 10 16 14 0 53 -19 86 -42 44 -30 73 -42 101 -44 22 -1 57
-9 77 -17 20 -8 45 -18 56 -21 17 -6 17 -8 3 -24 -29 -32 -21 -80 16 -97 17
-8 462 -11 620 -4 9 0 25 10 34 23 15 20 21 21 48 13 16 -5 37 -13 47 -18 15
-8 31 -6 86 6 12 3 32 7 43 10 12 2 29 11 38 19 14 12 20 11 50 -14 38 -32 48
-32 122 4 47 22 54 23 64 9 14 -18 86 -24 132 -10 40 12 60 33 65 67 4 33 15
40 49 30 32 -9 41 -17 82 -72 15 -21 36 -42 46 -47 50 -27 112 -18 138 20 11
14 19 17 32 10 12 -7 22 -6 29 1 7 7 12 9 12 5 0 -18 58 25 64 46 3 13 19 41
36 61 27 35 29 44 28 110 -1 96 -30 146 -93 162 -18 4 -26 15 -31 39 -7 39
-39 72 -81 84 -24 7 -44 3 -89 -15 -32 -13 -59 -22 -59 -21 -1 1 2 16 6 33 9
30 9 30 78 30 43 -1 75 4 82 12 7 6 30 12 51 12 45 0 74 25 103 89 26 59 15
101 -33 126 -48 25 -51 31 -42 69 9 40 4 74 -14 91 -16 16 -152 59 -164 52
-13 -9 -35 10 -39 32 -1 12 0 21 5 22 4 1 39 2 77 3 83 2 115 12 134 39 16 22
22 67 9 67 -4 0 -8 13 -8 28 0 35 -27 50 -103 58 -29 3 -56 9 -60 14 -5 4 -10
33 -12 64 -1 31 -7 62 -14 69 -6 8 -8 16 -5 19 5 5 -14 47 -60 134 -16 31 -16
31 25 74 42 44 103 156 93 172 -3 4 -1 8 4 8 5 0 9 8 9 18 -1 9 3 41 7 71 8
53 9 54 23 30 41 -67 153 -62 182 8 12 29 12 83 0 83 -11 0 -23 73 -32 193 -1
9 -5 17 -10 17 -4 0 -6 4 -3 9 3 5 -4 21 -16 36 -19 25 -25 26 -67 20 -25 -4
-60 -13 -78 -20 -32 -14 -32 -14 -27 -71 4 -56 4 -56 -20 -50 -35 9 -72 -8
-79 -35 l-6 -24 -21 23 c-20 21 -21 25 -6 47 24 37 28 90 8 112 -21 24 -101
63 -128 63 -11 0 -29 -7 -41 -15z m22 -223 c-3 -3 -11 0 -18 7 -9 10 -8 11 6
5 10 -3 15 -9 12 -12z m-256 -65 c12 -15 12 -17 -3 -11 -9 3 -16 13 -16 22 0
8 1 13 3 11 1 -2 9 -12 16 -22z m-304 -557 c3 -6 -1 -7 -9 -4 -18 7 -21 14 -7
14 6 0 13 -4 16 -10z m-1362 -100 c12 -12 32 -23 45 -27 17 -4 21 -10 16 -22
-3 -9 -7 -22 -7 -28 0 -17 1 -17 -33 12 -16 14 -33 25 -37 25 -5 0 -15 7 -24
15 -12 12 -13 19 -3 30 16 19 17 19 43 -5z m2200 -607 c4 -3 3 -11 -4 -19 -6
-8 -8 -14 -3 -14 5 0 2 -5 -6 -10 -16 -10 -40 10 -53 43 -6 16 -3 18 26 12 17
-4 36 -9 40 -12z m-2270 -297 l24 -24 -29 -16 c-27 -17 -28 -17 -27 6 1 13 -2
31 -6 41 -10 25 10 21 38 -7z m180 -193 c-7 -2 -19 -2 -25 0 -7 3 -2 5 12 5
14 0 19 -2 13 -5z m-67 -42 c-11 -12 -24 -17 -34 -13 -13 4 -10 9 13 18 40 17
41 17 21 -5z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.2 KiB

BIN
build/screenshot.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

35
build/site.webmanifest Normal file
View File

@@ -0,0 +1,35 @@
{
"name": "Project Sekai Stickers",
"short_name": "Pjsk Stickers",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-256x256.png",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "/512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#cf93d9",
"background_color": "#121212",
"display": "standalone",
"description": "Make your own Project sekai stickers!",
"start_url": "https://st.ayaka.one/",
"dir": "ltr",
"lang": "en",
"orientation": "portrait",
"categories": [
"entertainment",
"photo",
"productivity",
"social"
]
}

View File

@@ -0,0 +1,2 @@
body{background-color:#57495b;margin:0;padding:0}@font-face{font-family:YurukaStd;src:local("YurukaStd"),url(/static/media/YurukaStd.e4589185c34a94a462b4.woff2) format("woff2")}@font-face{font-family:SSFangTangTi;src:local("SSFangTangTi"),url(/static/media/ShangShouFangTangTi.4b63e6001b3ba64f627e.woff2) format("woff2")}.App{text-align:center}.container{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:2rem}.canvas{border:1px solid #ddd;height:256px;width:296px}.vertical{align-items:center;display:flex;height:256px;justify-content:center}.horizontal{width:296px}.slider-horizontal{margin-left:-30px}.settings{color:#fff;font-family:YurukaStd;margin:1.5rem 0}.settings>div{align-items:center;display:flex;gap:1.5rem}.settings>div,.text{margin-bottom:1rem}.picker{align-items:center;display:flex;gap:1rem;justify-content:center}.modal>.MuiPopover-paper{overflow:hidden}.picker-search{margin:.5rem}.image-grid-wrapper{overflow:auto}.image-grid{border-radius:.25rem;margin:.5rem}.buttons{gap:1rem;margin-top:1rem}.buttons,.footer{align-items:center;display:flex;justify-content:center}.footer{flex-direction:column;font-family:YurukaStd;margin-top:2rem}::-webkit-scrollbar{height:.5rem;width:.5rem}::-webkit-scrollbar-thumb{background-color:#fff;border-radius:1rem;min-height:2rem}.counter{color:#fff;font-family:YurukaStd;font-weight:700;left:0;text-align:left;top:0}
/*# sourceMappingURL=main.2bdd28e7.css.map*/

View File

@@ -0,0 +1 @@
{"version":3,"file":"static/css/main.2bdd28e7.css","mappings":"AAAA,KAGE,wBAAiC,CAFjC,QAAS,CACT,SAEF,CAEA,WACE,qBAAwB,CACxB,8FACF,CAEA,WACE,wBAA2B,CAC3B,2GACF,CCdA,KACE,iBACF,CAEA,WAEE,kBAAmB,CAEnB,YAAa,CACb,qBAAsB,CAFtB,sBAAuB,CAFvB,YAKF,CAEA,QAGE,qBAAsB,CAFtB,YAAa,CACb,WAEF,CAEA,UAGE,kBAAmB,CAFnB,YAAa,CAGb,YAAa,CAFb,sBAGF,CAEA,YACE,WAGF,CAEA,mBACE,iBACF,CAEA,UACE,UAAY,CACZ,qBAAwB,CACxB,eACF,CAEA,cAEE,kBAAmB,CADnB,YAAa,CAEb,UAEF,CAEA,oBAHE,kBAKF,CAEA,QAEE,kBAAmB,CADnB,YAAa,CAGb,QAAS,CADT,sBAEF,CAEA,yBACE,eACF,CAEA,eACE,YACF,CAEA,oBACE,aACF,CAEA,YAEE,oBAAsB,CADtB,YAEF,CAEA,SAIE,QAAS,CACT,eACF,CAEA,iBANE,kBAAmB,CADnB,YAAa,CAEb,sBAYF,CAPA,QAME,qBAAsB,CAJtB,qBAAwB,CADxB,eAMF,CAYA,oBAEE,YAAc,CADd,WAEF,CAEA,0BACE,qBAAuB,CACvB,kBAAmB,CACnB,eACF,CAEA,SAIE,UAAY,CAEZ,qBAAsB,CADtB,eAAiB,CAJjB,MAAO,CAEP,eAAgB,CADhB,KAKF","sources":["index.css","App.css"],"sourcesContent":["body {\r\n margin: 0;\r\n padding: 0;\r\n background-color: rgb(87, 73, 91);\r\n}\r\n\r\n@font-face {\r\n font-family: 'YurukaStd';\r\n src: local('YurukaStd'), url(./fonts/YurukaStd.woff2) format('woff2');\r\n}\r\n\r\n@font-face {\r\n font-family: 'SSFangTangTi';\r\n src: local('SSFangTangTi'), url(./fonts/ShangShouFangTangTi.woff2) format('woff2');\r\n}",".App {\r\n text-align: center;\r\n}\r\n\r\n.container {\r\n padding: 2rem;\r\n align-items: center;\r\n justify-content: center;\r\n display: flex;\r\n flex-direction: column;\r\n}\r\n\r\n.canvas {\r\n height: 256px;\r\n width: 296px;\r\n border: 1px solid #ddd;\r\n}\r\n\r\n.vertical {\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n height: 256px;\r\n}\r\n\r\n.horizontal {\r\n width: 296px;\r\n /* margin-left: -30px; */\r\n\r\n}\r\n\r\n.slider-horizontal {\r\n margin-left: -30px;\r\n}\r\n\r\n.settings {\r\n color: white;\r\n font-family: \"YurukaStd\";\r\n margin: 1.5rem 0 1.5rem 0;\r\n}\r\n\r\n.settings > div {\r\n display: flex;\r\n align-items: center;\r\n gap: 1.5rem;\r\n margin-bottom: 1rem;\r\n}\r\n\r\n.text {\r\n margin-bottom: 1rem;\r\n}\r\n\r\n.picker {\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n gap: 1rem;\r\n}\r\n\r\n.modal > .MuiPopover-paper {\r\n overflow: hidden;\r\n}\r\n\r\n.picker-search {\r\n margin: 0.5rem;\r\n}\r\n\r\n.image-grid-wrapper {\r\n overflow: auto;\r\n}\r\n\r\n.image-grid {\r\n margin: 0.5rem;\r\n border-radius: 0.25rem;\r\n}\r\n\r\n.buttons {\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n gap: 1rem;\r\n margin-top: 1rem;\r\n}\r\n\r\n.footer {\r\n margin-top: 2rem;\r\n font-family: \"YurukaStd\";\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n flex-direction: column;\r\n}\r\n\r\n/* .footer > a {\r\n color: rgb(199, 199, 199);\r\n text-decoration: none;\r\n margin-bottom: 0.5rem;\r\n}\r\n\r\n.footer > a:hover {\r\n color: rgb(255, 255, 255);\r\n} */\r\n\r\n::-webkit-scrollbar {\r\n width: 0.5rem;\r\n height: 0.5rem;\r\n}\r\n\r\n::-webkit-scrollbar-thumb {\r\n background-color: white;\r\n border-radius: 1rem;\r\n min-height: 2rem;\r\n}\r\n\r\n.counter {\r\n left: 0;\r\n top: 0;\r\n text-align: left;\r\n color: white;\r\n font-weight: bold;\r\n font-family: YurukaStd;\r\n}"],"names":[],"sourceRoot":""}

View File

@@ -0,0 +1,12 @@
//remove service worker, cache, and reload page
if ("serviceWorker" in navigator) {
navigator.serviceWorker.getRegistrations().then(function (registrations) {
for (let registration of registrations) {
registration.unregister();
}
});
}
caches.keys().then(function (names) {
for (let name of names) caches.delete(name);
});
window.location.reload(true);

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,66 @@
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
/**
* @license React
* react-dom.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/**
* @license React
* react-is.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/**
* @license React
* react-jsx-runtime.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/**
* @license React
* react.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/**
* @license React
* scheduler.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/** @license MUI v5.10.8
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/** @license React v16.13.1
* react-is.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,3 @@
<svg width="4438" height="1000" viewBox="0 0 4438 1000" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M2223.75 250C2051.25 250 1926.87 362.5 1926.87 531.25C1926.87 700 2066.72 812.5 2239.38 812.5C2343.59 812.5 2435.47 771.25 2492.34 701.719L2372.81 632.656C2341.25 667.188 2293.28 687.344 2239.38 687.344C2164.53 687.344 2100.94 648.281 2077.34 585.781H2515.16C2518.59 568.281 2520.63 550.156 2520.63 531.094C2520.63 362.5 2396.41 250 2223.75 250ZM2076.09 476.562C2095.62 414.219 2149.06 375 2223.75 375C2298.59 375 2352.03 414.219 2371.41 476.562H2076.09ZM2040.78 78.125L1607.81 828.125L1174.69 78.125H1337.03L1607.66 546.875L1878.28 78.125H2040.78ZM577.344 0L1154.69 1000H0L577.344 0ZM3148.75 531.25C3148.75 625 3210 687.5 3305 687.5C3369.38 687.5 3417.66 658.281 3442.5 610.625L3562.5 679.844C3512.81 762.656 3419.69 812.5 3305 812.5C3132.34 812.5 3008.13 700 3008.13 531.25C3008.13 362.5 3132.5 250 3305 250C3419.69 250 3512.66 299.844 3562.5 382.656L3442.5 451.875C3417.66 404.219 3369.38 375 3305 375C3210.16 375 3148.75 437.5 3148.75 531.25ZM4437.5 78.125V796.875H4296.88V78.125H4437.5ZM3906.25 250C3733.75 250 3609.38 362.5 3609.38 531.25C3609.38 700 3749.38 812.5 3921.88 812.5C4026.09 812.5 4117.97 771.25 4174.84 701.719L4055.31 632.656C4023.75 667.188 3975.78 687.344 3921.88 687.344C3847.03 687.344 3783.44 648.281 3759.84 585.781H4197.66C4201.09 568.281 4203.12 550.156 4203.12 531.094C4203.12 362.5 4078.91 250 3906.25 250ZM3758.59 476.562C3778.13 414.219 3831.41 375 3906.25 375C3981.09 375 4034.53 414.219 4053.91 476.562H3758.59ZM2961.25 265.625V417.031C2945.63 412.5 2929.06 409.375 2911.25 409.375C2820.47 409.375 2755 471.875 2755 565.625V796.875H2614.38V265.625H2755V409.375C2755 330 2847.34 265.625 2961.25 265.625Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB