Add NXInspired icon
Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
This commit is contained in:
parent
6868efb0e9
commit
1146dee789
4 changed files with 47 additions and 0 deletions
44
assets/svg/nxinspired.svg
Normal file
44
assets/svg/nxinspired.svg
Normal file
|
@ -0,0 +1,44 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
version="1.0"
|
||||
width="384pt"
|
||||
height="384pt"
|
||||
viewBox="0 0 384 384"
|
||||
preserveAspectRatio="xMidYMid"
|
||||
id="nxinspired"
|
||||
xmlns="http://www.w3.org/2000/svg">
|
||||
<defs id="defs1"/>
|
||||
<style id="style1">
|
||||
path {
|
||||
fill: #000;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
path {
|
||||
fill: #fff;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<g
|
||||
transform="matrix(0.079524,0,0,-0.07951134,-153.57773,662.32946)"
|
||||
id="g1">
|
||||
<path
|
||||
d="m 2965,8314 c -481,-86 -868,-442 -990,-910 -44,-169 -47,-268 -42,-1579 3,-1204 4,-1232 24,-1325 111,-501 467,-858 973,-976 66,-15 150,-18 691,-21 560,-4 618,-3 633,12 15,15 16,208 16,2396 0,1622 -3,2386 -10,2400 -10,18 -27,19 -613,18 -476,-1 -619,-4 -682,-15 z M 3870,5914 V 3888 l -407,5 c -375,4 -415,6 -490,25 -322,83 -561,331 -628,654 -22,101 -22,2589 -1,2688 60,281 255,514 518,619 132,53 193,59 621,60 l 387,1 z"
|
||||
id="path1"/>
|
||||
<path
|
||||
d="m 3051,7329 c -63,-12 -159,-60 -210,-105 -105,-91 -157,-220 -149,-372 4,-79 9,-100 41,-164 47,-97 118,-168 215,-216 67,-33 84,-37 171,-40 79,-3 107,0 160,18 217,73 348,284 311,500 -43,257 -287,429 -539,379 z"
|
||||
id="path2"/>
|
||||
<path
|
||||
d="m 3051,5390.5774 c -63,-12 -159,-60 -210,-105 -105,-91 -157,-220 -149,-372 4,-79 9,-100 41,-164 47,-97 118,-168 215,-216 67,-33 84,-37 171,-40 79,-3 107,0 160,18 217,73 348,284 311,500 -43,257 -287,429 -539,379 z"
|
||||
id="path3"/>
|
||||
<path
|
||||
d="M 6759.9379,5846.8115 5991.1,3594.292 c 266.864,109.5067 492.3442,311.1789 632.9004,575.7129 25,46.9999 58,125.9903 75,174.9902 61.6043,183.835 60.992,160.2484 60.9375,1501.8164 z"
|
||||
id="path4"/>
|
||||
<path
|
||||
d="M 6156.8764,8156.5479 4752.1937,4041.1426 c 1.9964,-396.1256 5.7685,-531.9187 13.8135,-535.1367 15.8718,-5.8785 285.158,-6.5375 528.3985,-4.3653 l 1377.3925,4052.8272 c -102.8951,254.8923 -283.1901,464.6002 -514.9218,602.0801 z"
|
||||
id="path5"/>
|
||||
<path
|
||||
d="m 5199.9965,8330 c -239.9998,0 -439.9981,-3.002 -442.9981,-7.002 -3.9056,-2.9292 -6.7769,-1049.436 -6.914,-2328.8232 l 792.9052,2333.0273 c -78.4055,1.9194 -180.4864,2.7979 -342.9931,2.7979 z"
|
||||
id="path6"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.2 KiB |
|
@ -3,6 +3,7 @@
|
|||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<title>NXInspired</title>
|
||||
<link rel="icon" href="/assets/svg/nxinspired.svg"/>
|
||||
<link rel="stylesheet" href="/assets/css/fatal.css"/>
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<title>NXInspired</title>
|
||||
<link rel="icon" href="/assets/svg/nxinspired.svg"/>
|
||||
<link rel="stylesheet" href="/assets/css/style.css"/>
|
||||
<script type="text/javascript" src="/assets/js/main.js"></script>
|
||||
<audio id="click" src="/assets/wav/click.wav"></audio>
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<title>NXInspired</title>
|
||||
<link rel="icon" href="/assets/svg/nxinspired.svg"/>
|
||||
<link rel="stylesheet" href="/assets/css/style.css"/>
|
||||
<script type="text/javascript" src="/assets/js/main.js"></script>
|
||||
<audio id="click" src="/assets/wav/click.wav"></audio>
|
||||
|
|
Loading…
Reference in a new issue