Merge pull request #96 from bartvdbraak/feat/toolbox

Change Tools page to Toolbox
This commit is contained in:
Bart van der Braak 2023-08-08 02:30:19 +02:00 committed by GitHub
commit 544c40ec63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
81 changed files with 2584 additions and 192 deletions

View file

@ -1,3 +1,7 @@
module.exports = {
'**/*.{js,ts,cjs,svelte,tsx}': [() => 'tsc -p tsconfig.json --noEmit', 'eslint --fix', 'prettier --write']
};
'**/*.{js,ts,cjs,svelte,tsx}': [
() => 'tsc -p tsconfig.json --noEmit',
'eslint --fix',
'prettier --write'
]
};

View file

@ -36,8 +36,11 @@
},
"type": "module",
"dependencies": {
"@theatre/core": "^0.6.2",
"@theatre/studio": "^0.6.2",
"@threlte/core": "6.0.3",
"@threlte/extras": "5.0.5",
"@threlte/theatre": "^1.0.5",
"@types/three": "^0.155.0",
"@vercel/analytics": "^1.0.1",
"three": "^0.155.0",

View file

@ -5,12 +5,21 @@ settings:
excludeLinksFromLockfile: false
dependencies:
'@theatre/core':
specifier: ^0.6.2
version: 0.6.2
'@theatre/studio':
specifier: ^0.6.2
version: 0.6.2(@theatre/core@0.6.2)
'@threlte/core':
specifier: 6.0.3
version: 6.0.3(svelte@4.1.0)(three@0.155.0)
'@threlte/extras':
specifier: 5.0.5
version: 5.0.5(svelte@4.1.0)(three@0.155.0)
'@threlte/theatre':
specifier: ^1.0.5
version: 1.0.5(@theatre/core@0.6.2)(@theatre/studio@0.6.2)(@threlte/core@6.0.3)(@threlte/extras@5.0.5)(svelte@4.1.0)(three@0.155.0)
'@types/three':
specifier: ^0.155.0
version: 0.155.0
@ -494,6 +503,27 @@ packages:
- supports-color
dev: true
/@theatre/core@0.6.2:
resolution: {integrity: sha512-AmIIJ4rcSREn2VbNRH6cchIBj9hG9+lEkhVrABDfXojnjMJK/ZzX5dyaJGGgyjye2jKmc4sItoyEqbF7jdkqJQ==}
dependencies:
'@theatre/dataverse': 0.6.2
dev: false
/@theatre/dataverse@0.6.2:
resolution: {integrity: sha512-wcnl6QuOVhNFzYL2rmu4lbVRR4t5A6a5ZBjZ4To+J/pKQ5MozPZtWJVPguMAa+rgoxAwVh7sZ0SNEpfYXajgaQ==}
dependencies:
lodash-es: 4.17.21
dev: false
/@theatre/studio@0.6.2(@theatre/core@0.6.2):
resolution: {integrity: sha512-jX5m7aYMIuXXZXIqc5ZJPIlgP4QnU1lc3sDRcjoNantz47Qzq3/JjRt5MIrahsKKONZwgEvl5WA57qCo7IW+hA==}
peerDependencies:
'@theatre/core': '*'
dependencies:
'@theatre/core': 0.6.2
'@theatre/dataverse': 0.6.2
dev: false
/@threlte/core@6.0.3(svelte@4.1.0)(three@0.155.0):
resolution: {integrity: sha512-5fTK+iQGeXpqU3HVKp6CkWIXa1KlUxarvChQU+GhU1ScgmqFn791S0fQsFammrufqNLEWzpG8IG0q1iE7fpQkQ==}
peerDependencies:
@ -516,6 +546,24 @@ packages:
troika-three-text: 0.47.2(three@0.155.0)
dev: false
/@threlte/theatre@1.0.5(@theatre/core@0.6.2)(@theatre/studio@0.6.2)(@threlte/core@6.0.3)(@threlte/extras@5.0.5)(svelte@4.1.0)(three@0.155.0):
resolution: {integrity: sha512-QDTLvcKf/0wdcyJKVE9qHl8E8PgHNnz5uU+rnqeOUafNcO8bgHo+8GU2x+EcVYqP64rV0BnkjfGt/gtgRhuTSA==}
peerDependencies:
'@theatre/core': '>=0.6'
'@theatre/studio': '>=0.6'
'@threlte/core': '>=6.0.3'
'@threlte/extras': '>=5.0.5'
svelte: '>=4'
three: '>=0.133'
dependencies:
'@theatre/core': 0.6.2
'@theatre/studio': 0.6.2(@theatre/core@0.6.2)
'@threlte/core': 6.0.3(svelte@4.1.0)(three@0.155.0)
'@threlte/extras': 5.0.5(svelte@4.1.0)(three@0.155.0)
svelte: 4.1.0
three: 0.155.0
dev: false
/@tweenjs/tween.js@18.6.4:
resolution: {integrity: sha512-lB9lMjuqjtuJrx7/kOkqQBtllspPIN+96OvTCeJ2j5FEzinoAXTdAMFnDAQT1KVPRlnYfBrqxtqP66vDM40xxQ==}
dev: false

View file

Before

Width:  |  Height:  |  Size: 375 KiB

After

Width:  |  Height:  |  Size: 375 KiB

View file

Before

Width:  |  Height:  |  Size: 661 KiB

After

Width:  |  Height:  |  Size: 661 KiB

View file

Before

Width:  |  Height:  |  Size: 7.3 KiB

After

Width:  |  Height:  |  Size: 7.3 KiB

View file

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 45 KiB

View file

Before

Width:  |  Height:  |  Size: 696 KiB

After

Width:  |  Height:  |  Size: 696 KiB

View file

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View file

Before

Width:  |  Height:  |  Size: 272 KiB

After

Width:  |  Height:  |  Size: 272 KiB

View file

@ -0,0 +1,15 @@
<svg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1417 1541" width="1417" height="1541">
<title>akamai-logo1-svg</title>
<style>
.s0 { fill: #f38b00 }
.s1 { fill: #009bde }
</style>
<g id="Layer">
<g id="Layer">
<g id="Layer">
<path id="Layer" fill-rule="evenodd" class="s0" d="m935.5 1248.9l-53.4 106.8h-172.9l319.2-623.5h252.1l56.1 623.5h-169.3l-9.2-106.8zm196-391.4h-1.9l-133.4 269.8h154.6z"/>
</g>
<path id="Layer" class="s1" d="m776.3 1540.8c-428.6 0-775.5-344.4-775.5-769.9 0-425.5 347.8-770.8 775.5-770.8 39.6 0 48.8 22.1 15.7 31.3-322 93-557.5 388.6-557.5 739.5 0 346.3 230.9 639.2 547.4 735.9 35.8 11 34 34-5.6 34zm-420.4-591.2c-26.6-68.2-41.4-142.8-41.4-221 0-338 273.3-611.6 610.9-611.6 374.4 0 503.2 282.8 490.3 292.9-12 9.2-107.6-133.5-426.9-133.5-337.6 0-610.8 273.5-610.8 611.5 0 21.2 1.9 42.3 3.7 62.6 2.8 28.6-14.7 28.6-25.8-0.9zm272.3-452.2c149.1-117 353.3-154.7 543.7-82.9 157.3 58.9 243.8 197.1 233.7 201.7-6.5 2.8-82.8-62.6-214.4-108.7-195.9-68.1-395.5-66.3-553.8 2.8-19.3 8.3-25.7 0-9.2-12.9z"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 8.5 KiB

View file

@ -0,0 +1 @@
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><defs><style>.cls-2{fill:#fff}</style></defs><path d="M64 10.5l-7.11 42a4.64 4.64 0 01-4.62 3.5H4.44C2.24 56 .72 54.43 1 52.5l7.11-42a3.93 3.93 0 011.3-2.19A5 5 0 0112.73 7h47.83a3.25 3.25 0 013.35 2.32A2.73 2.73 0 0164 10.5z" fill="#0078d7"/><path class="cls-2" d="M17.72 49.6a2.43 2.43 0 01-1.45-4.38l20.54-15.11L22 16.18a2.42 2.42 0 01-.1-3.43 2.45 2.45 0 013.45-.1l17 15.92a2.42 2.42 0 01-.22 3.72L19.17 49.13a2.44 2.44 0 01-1.45.47zm26.87.4H33.41a2.5 2.5 0 010-5h11.18a2.5 2.5 0 010 5z"/><path class="cls-2" d="M63.91 9.32l-7.06 42.27a4 4 0 01-.95 2C44.76 42.64 21.52 19.89 9.41 8.31A5 5 0 0112.73 7h47.83a3.25 3.25 0 013.35 2.32z" opacity=".25"/></svg>

After

Width:  |  Height:  |  Size: 751 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View file

@ -0,0 +1 @@
<svg id="cb96e7ec-cb95-47e4-891e-e71e51352a89" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200"><defs><style>.\36 f6f61ec-57aa-465c-b05b-5fa4251526bf{fill:#a0a1a2;}.\33 83843af-ee3d-455d-9f31-76796818f2f9{fill:#7a7a7a;}.f0ee8d3b-89dd-444d-9f12-bc4ba3249d8f{fill:#fff;}.d81ac600-6f12-4d5c-9d55-5ed5b37c9647{fill:#1980cc;}</style></defs><title>storage-explorer</title><path class="6f6f61ec-57aa-465c-b05b-5fa4251526bf" d="M138.59,67.71V97.18H101.34V128H63.6v29.79H26.67v31.32a6.26,6.26,0,0,0,6.25,6.25h145a6.26,6.26,0,0,0,6.25-6.25V67.71H138.59Z"/><path class="383843af-ee3d-455d-9f31-76796818f2f9" d="M177.89,46h-39.3V68h45.55V52.26A6.27,6.27,0,0,0,177.89,46Z"/><rect class="f0ee8d3b-89dd-444d-9f12-bc4ba3249d8f" x="145.79" y="75.48" width="32.38" height="21.84"/><rect class="f0ee8d3b-89dd-444d-9f12-bc4ba3249d8f" x="145.79" y="105.59" width="32.38" height="21.84"/><rect class="d81ac600-6f12-4d5c-9d55-5ed5b37c9647" x="145.79" y="135.66" width="32.38" height="21.84"/><rect class="d81ac600-6f12-4d5c-9d55-5ed5b37c9647" x="145.79" y="165.77" width="32.38" height="21.84"/><rect class="f0ee8d3b-89dd-444d-9f12-bc4ba3249d8f" x="108.37" y="105.59" width="32.38" height="21.84"/><rect class="d81ac600-6f12-4d5c-9d55-5ed5b37c9647" x="108.37" y="135.66" width="32.38" height="21.84"/><rect class="d81ac600-6f12-4d5c-9d55-5ed5b37c9647" x="108.37" y="165.77" width="32.38" height="21.84"/><rect class="f0ee8d3b-89dd-444d-9f12-bc4ba3249d8f" x="70.91" y="135.66" width="32.38" height="21.84"/><rect class="d81ac600-6f12-4d5c-9d55-5ed5b37c9647" x="70.91" y="165.77" width="32.38" height="21.84"/><rect class="d81ac600-6f12-4d5c-9d55-5ed5b37c9647" x="49.26" y="73.49" width="35.4" height="23.89"/><rect class="d81ac600-6f12-4d5c-9d55-5ed5b37c9647" x="85.08" y="46.26" width="43.14" height="27.73"/><rect class="d81ac600-6f12-4d5c-9d55-5ed5b37c9647" x="15.1" y="6.57" width="69.94" height="39.73"/><rect class="d81ac600-6f12-4d5c-9d55-5ed5b37c9647" x="33.49" y="165.77" width="32.38" height="21.84"/><rect class="d81ac600-6f12-4d5c-9d55-5ed5b37c9647" x="15.42" y="97.64" width="34.19" height="23.04"/></svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

View file

@ -0,0 +1,67 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="16.959793mm"
height="18.550676mm"
viewBox="0 0 16.959793 18.550676"
version="1.1"
id="svg1"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview1"
pagecolor="#505050"
bordercolor="#ffffff"
borderopacity="1"
inkscape:showpageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="1"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm" />
<defs
id="defs1" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-96.043749,-138.64166)">
<g
id="Ebene_1"
transform="matrix(0.26458333,0,0,0.26458333,95.805625,138.11588)">&#10; &#10; <g
id="g12">&#10; <path
class="st2"
d="M 34.5,64.3 V 72 c 1.2,-0.2 2.4,-0.6 3.4,-1.2 L 60,58.2 c 3.1,-1.8 5,-5 5,-8.6 V 24.5 c 0,-1.1 -0.2,-2.2 -0.6,-3.3 l -6.7,3.9 -18.5,10.6 c -3.8,2.7 -4.6,5.2 -4.7,8.2 z"
id="path7"
style="fill:#fbbf09" />
&#10; <path
class="st3"
d="m 56.2,22.4 6.7,-3.9 C 62.1,17.4 61.1,16.5 60,15.9 L 37.9,3.3 C 34.8,1.5 31,1.6 28,3.3 L 6,15.9 c -1.2,0.7 -2.2,1.6 -3,2.7 l 6.7,3.9 18.5,10.6 c 2.2,1.4 3.7,2.8 4.7,4.4 1,-1.6 2.5,-3 4.7,-4.4 z"
id="path8"
style="fill:#00a275" />
&#10; <path
class="st4"
d="M 8.3,25.2 1.5,21.3 c -0.4,1 -0.6,2.1 -0.6,3.2 v 25.2 c 0,3.5 1.9,6.8 5,8.6 l 22,12.6 c 1,0.6 2.2,1 3.4,1.2 V 64.4 43.9 c -0.1,-3 -0.9,-5.5 -4.7,-8.2 z"
id="path9"
style="fill:#eb8a04" />
&#10; <path
class="st5"
d="m 64.4,21.2 -6.7,3.9 c 0.2,0.7 0.4,1.5 0.4,2.3 v 19.4 c 0,2.8 -1.5,5.5 -4,6.9 l -17,9.7 c -0.8,0.4 -1.6,0.7 -2.5,0.9 V 72 C 35.8,71.8 37,71.4 38,70.8 L 60,58.2 c 3.1,-1.8 5,-5 5,-8.6 V 24.5 c 0,-1.1 -0.2,-2.2 -0.6,-3.3 z"
id="path10"
style="fill:#f5ea64" />
&#10; <path
class="st6"
d="m 12,20.5 16.9,-9.7 c 2.5,-1.4 5.6,-1.4 8,0 l 17,9.7 c 0.9,0.5 1.6,1.2 2.2,1.9 l 6.7,-3.9 C 62,17.4 61,16.5 59.9,15.9 L 37.9,3.3 C 34.8,1.5 31,1.6 28,3.3 L 6,15.9 c -1.2,0.7 -2.2,1.6 -3,2.7 l 6.7,3.9 c 0.7,-0.8 1.4,-1.5 2.3,-2 z"
id="path11"
style="fill:#48c0ed" />
&#10; <path
class="st7"
d="M 28.9,63.4 12,53.7 C 9.5,52.3 8,49.6 8,46.8 V 27.4 C 8,26.6 8.1,25.9 8.3,25.2 L 1.5,21.3 c -0.4,1 -0.6,2.1 -0.6,3.2 v 25.2 c 0,3.5 1.9,6.8 5,8.6 l 22,12.6 c 1,0.6 2.2,1 3.4,1.2 v -7.7 c -0.8,-0.3 -1.6,-0.6 -2.4,-1 z"
id="path12"
style="fill:#fdd657" />
&#10; </g>
&#10;</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.6 KiB

View file

@ -0,0 +1,59 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="svg2"
xml:space="preserve"
width="64"
height="64"
viewBox="0 0 64 63.999999"
sodipodi:docname="bitwarden-icon.svg"
inkscape:version="0.92.2 5c3e80d, 2017-08-06"><metadata
id="metadata8"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
id="defs6"><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath18"><path
d="M 0,1500 H 1500 V 0 H 0 Z"
id="path16"
inkscape:connector-curvature="0" /></clipPath></defs><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1440"
inkscape:window-height="799"
id="namedview4"
showgrid="false"
fit-margin-top="50"
fit-margin-left="50"
fit-margin-right="50"
fit-margin-bottom="50"
inkscape:zoom="5.3400704"
inkscape:cx="72.883247"
inkscape:cy="23.722997"
inkscape:window-x="0"
inkscape:window-y="1"
inkscape:window-maximized="1"
inkscape:current-layer="g10" /><g
id="g10"
inkscape:groupmode="layer"
inkscape:label="logo-vertical"
transform="matrix(1.3333333,0,0,-1.3333333,31.882666,774.35078)"><path
d="m 20.088053,578.76279 v -24.00016 c 0,-1.79111 -0.34893,-3.56734 -1.046785,-5.32749 -0.698165,-1.76104 -1.562895,-3.32302 -2.593423,-4.68822 -1.031908,-1.36442 -2.261363,-2.69188 -3.687599,-3.98376 -1.427771,-1.29219 -2.745111,-2.36474 -3.9537075,-3.21903 -1.2081373,-0.85369 -2.4685751,-1.66122 -3.7808519,-2.42195 -1.3125864,-0.76028 -2.2452616,-1.27562 -2.7971051,-1.54665 -0.5518437,-0.27117 -0.9947907,-0.47961 -1.3280751,-0.6253 -0.2500014,-0.12451 -0.5211689,-0.18713 -0.8124295,-0.18713 -0.2917201,0 -0.5624267,0.0627 -0.81258076,0.18713 -0.33343844,0.14566 -0.77607884,0.35413 -1.32776984,0.6253 -0.552611,0.27103 -1.4845188,0.78637 -2.7972576,1.54665 -1.3125851,0.76073 -2.5731749,1.56826 -3.7814668,2.42195 -1.2081351,0.85429 -2.5257829,1.92684 -3.9529389,3.21903 -1.427156,1.29188 -2.655998,2.61934 -3.687139,3.98376 -1.031297,1.3652 -1.896026,2.92718 -2.594036,4.68822 -0.69801,1.76015 -1.046939,3.53638 -1.046939,5.32749 v 24.00016 c 0,0.54172 0.198161,1.01088 0.594021,1.40629 0.395556,0.39586 0.864578,0.59402 1.405992,0.59402 h 36.000846 c 0.540954,0 1.009208,-0.19816 1.405377,-0.59402 0.396014,-0.39541 0.593868,-0.86457 0.593868,-1.40629 m -6.000346,-24.00016 v 20.00043 H 0.0880769 v -35.53105 c 2.4786974,1.31259 4.6980372,2.73943 6.6564844,4.281 4.8952787,3.83317 7.3431457,7.58318 7.3431457,11.24962"
style="fill:#3c8dbc;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.15337521"
id="path28"
inkscape:connector-curvature="0" /></g></svg>

After

Width:  |  Height:  |  Size: 3.4 KiB

View file

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2" version="1.1" viewBox="0 0 181 148" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
<title>Blender logo (without text)</title>
<g transform="matrix(.281 0 0 .281 -41.8 -43.7)">
<g transform="matrix(21.6 0 0 21.6 -4857 7665)">
<path d="m243-334c0.106-1.89 1.03-3.56 2.43-4.74 1.37-1.16 3.21-1.87 5.23-1.87 2.01 0 3.85 0.709 5.22 1.87 1.4 1.18 2.32 2.85 2.43 4.74 0.106 1.94-0.675 3.75-2.04 5.09-1.4 1.36-3.38 2.22-5.61 2.22s-4.22-0.854-5.61-2.22c-1.37-1.34-2.15-3.14-2.04-5.08z" style="fill-rule:nonzero;fill:#fff"/>
</g>
<g transform="matrix(11.1 0 0 11.1 -2215 4153)">
<path d="m243-334c0.106-1.89 1.03-3.56 2.43-4.74 1.37-1.16 3.21-1.87 5.23-1.87 2.01 0 3.85 0.709 5.22 1.87 1.4 1.18 2.32 2.85 2.43 4.74 0.106 1.94-0.675 3.75-2.04 5.09-1.4 1.36-3.38 2.22-5.61 2.22s-4.22-0.854-5.61-2.22c-1.37-1.34-2.15-3.14-2.04-5.08z" style="fill-rule:nonzero;fill:#265787"/>
<path d="m231-330c0.013 0.74 0.249 2.18 0.603 3.3 0.744 2.38 2.01 4.58 3.76 6.51 1.8 1.99 4.02 3.59 6.58 4.73 2.69 1.19 5.61 1.8 8.64 1.8 3.03-4e-3 5.95-0.624 8.64-1.83 2.56-1.15 4.78-2.75 6.58-4.75 1.76-1.95 3.02-4.15 3.76-6.53 0.375-1.2 0.612-2.42 0.707-3.64 0.093-1.2 0.054-2.41-0.117-3.62-0.334-2.35-1.15-4.56-2.4-6.56-1.14-1.85-2.62-3.46-4.38-4.82l4e-3 -3e-3 -17.7-13.6c-0.016-0.012-0.029-0.025-0.046-0.036-1.16-0.892-3.12-0.889-4.39 5e-3 -1.29 0.904-1.44 2.4-0.29 3.34l-5e-3 5e-3 7.39 6.01-22.5 0.024h-0.03c-1.86 2e-3 -3.65 1.22-4 2.77-0.364 1.57 0.9 2.88 2.84 2.88l-3e-3 7e-3 11.4-0.022-20.4 15.6c-0.026 0.019-0.054 0.039-0.078 0.058-1.92 1.47-2.54 3.92-1.33 5.46 1.23 1.57 3.84 1.58 5.78 9e-3l11.1-9.1s-0.162 1.23-0.149 1.96zm28.6 4.11c-2.29 2.33-5.5 3.66-8.96 3.66-3.47 6e-3 -6.68-1.3-8.97-3.63-1.12-1.14-1.94-2.44-2.45-3.83-0.497-1.37-0.69-2.82-0.562-4.28 0.121-1.43 0.547-2.8 1.23-4.03 0.668-1.21 1.59-2.31 2.72-3.24 2.23-1.81 5.06-2.8 8.02-2.8 2.97-4e-3 5.8 0.969 8.03 2.78 1.13 0.924 2.05 2.02 2.72 3.23 0.683 1.23 1.11 2.59 1.23 4.03 0.126 1.46-0.067 2.91-0.564 4.28-0.508 1.4-1.33 2.7-2.45 3.84z" style="fill-rule:nonzero;fill:#ea7600"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

View file

@ -0,0 +1 @@
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 209.51 94.74"><defs><style>.cls-1{fill:#f4801f;}.cls-2{fill:#f9ab41;}</style></defs><path class="cls-1" d="M143.05,93.42l1.07-3.71c1.27-4.41.8-8.48-1.34-11.48-2-2.76-5.26-4.38-9.25-4.57L58,72.7a1.47,1.47,0,0,1-1.35-2,2,2,0,0,1,1.75-1.34l76.26-1c9-.41,18.84-7.75,22.27-16.71l4.34-11.36a2.68,2.68,0,0,0,.18-1,3.31,3.31,0,0,0-.06-.54,49.67,49.67,0,0,0-95.49-5.14,22.35,22.35,0,0,0-35,23.42A31.73,31.73,0,0,0,.34,93.45a1.47,1.47,0,0,0,1.45,1.27l139.49,0h0A1.83,1.83,0,0,0,143.05,93.42Z"/><path class="cls-2" d="M168.22,41.15q-1,0-2.1.06a.88.88,0,0,0-.32.07,1.17,1.17,0,0,0-.76.8l-3,10.26c-1.28,4.41-.81,8.48,1.34,11.48a11.65,11.65,0,0,0,9.24,4.57l16.11,1a1.44,1.44,0,0,1,1.14.62,1.5,1.5,0,0,1,.17,1.37,2,2,0,0,1-1.75,1.34l-16.73,1c-9.09.42-18.88,7.75-22.31,16.7l-1.21,3.16a.9.9,0,0,0,.79,1.22h57.63A1.55,1.55,0,0,0,208,93.63a41.34,41.34,0,0,0-39.76-52.48Z"/></svg>

After

Width:  |  Height:  |  Size: 946 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

View file

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="256" height="256" inkscape:version="1.0.2 (e86c870879, 2021-01-15)" sodipodi:docname="DBeaver_logo.svg" version="1.1" viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd">
<metadata>
<rdf:RDF>
<cc:Work rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
<dc:title/>
</cc:Work>
</rdf:RDF>
</metadata>
<sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" inkscape:current-layer="g6108" inkscape:cx="-76.887261" inkscape:cy="77.464272" inkscape:document-rotation="0" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="1014" inkscape:window-maximized="1" inkscape:window-width="1920" inkscape:window-x="0" inkscape:window-y="36" inkscape:zoom="1.3037281" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
<g transform="matrix(.992 0 0 1 2.17 1.08)">
<path d="m105 254c-50.4-9.09-90.9-47.7-102-97.3-3.21-14.1-3.46-42.7-.497-56.1 5.4-24.4 16.7-45.4 33.6-62.5 17.9-18.2 37.3-29.1 63.5-35.8 7.31-1.86 11.3-2.16 28.5-2.16s21.2.302 28.5 2.16c50.5 12.8 86.3 49.1 97.2 98.3 1.93 8.78 2.31 13.3 2.26 27.5-.0447 14.7-.408 18.5-2.65 28.1-8.8 37.6-33.5 69.1-67.6 86.3-8.8 4.44-25 9.7-35.5 11.5-11.1 1.93-34.2 1.89-45.1-.0681z" fill="#fefefe" inkscape:connector-curvature="0"/>
<path d="m118 226c-22.7-5.68-42.9-26.6-62.6-64.7-28.1-54.4-31.7-104-8.67-119 7.89-4.88 19.4-4.7 29.6.443 5.66 2.86 7.27 4.66 10.5 11.7 3.97 8.67 5.52 18.6 6.19 39.6l.618 19.3 3.18-7.29c1.75-4.01 5.28-10.9 7.85-15.4 2.57-4.45 4.68-9.31 4.68-10.8 0-1.48-1.12-5.35-2.5-8.62-2.56-6.08-2.97-9.38-1.88-14.9.624-3.12.631-3.13 7.25-3.13l6.62-.0038 4.13-5.34c4.66-6.04 13.7-13.4 21.5-17.4 4.52-2.34 6.45-2.72 13.8-2.72 7.58 0 9.08.319 13.4 2.84 2.66 1.56 4.62 3.05 4.36 3.31s-3.07-.286-6.26-1.21c-7.94-2.31-15.9-1.48-24 2.5-19.2 9.44-38.7 45-31.1 56.6 1.03 1.58 3.54 2.99 7.16 4.04 5.88 1.71 8.72 1.26 3.81-.608-10.3-3.91-8.17-13.2 6.9-30.1l8.59-9.63-.569-5.51c-.515-4.99-.357-5.63 1.68-6.72 2.8-1.5 7.37-.653 10.7 1.99 3.16 2.49 13 2.72 21.3.509 3.02-.812 8.3-1.48 11.7-1.49 5.82-.0111 6.27.155 6.86 2.49.345 1.37.373 3.16.062 3.97-.311.81.378 3.6 1.53 6.21 2.59 5.86 3.56 19.7 1.91 27.3-.638 2.98-2.94 9.08-5.12 13.6-5.45 11.2-5.66 12.9-2.53 20.3 5.37 12.7 9.29 37 8.28 51.1-.299 4.15-1.74 13.4-3.21 20.5-2.8 13.7-2.58 18.5 1 21.5.822.683 1.5 2.68 1.5 4.44 0 3.72-2.8 6.71-7.9 8.41-4.78 1.6-15.1 1.42-20.1-.361-5.97-2.11-10.9-1.87-15 .723-3.08 1.95-5.05 2.24-16.5 2.46-8.83.166-14.9-.224-18.9-1.22zm-15.2-35.2c-8.89-26.1-6.13-55.4 8.09-85.9l4.28-9.16-4.58-3.98-4.01 8.66c-16.3 35.2-18.8 66.2-7.12 89.3 3.09 6.12 5.89 10.9 6.41 10.9.138 0-1.24-4.39-3.06-9.75zm76.5-87.5 2.1-5.25-.456 4.37c-.259 2.49-.0798 4 .416 3.5.818-.818 5.97-13.7 5.97-15 0-.311-1.36.582-3.03 1.98-3.09 2.6-8.64 4.61-12.8 4.62-2.1.0051-2.24.329-1.66 3.76 1.14 6.77 1.44 7.25 4.46 7.25 2.52 0 3.12-.629 4.97-5.25z" fill="#fcfbfb" inkscape:connector-curvature="0"/>
<path d="m118 226c-22.7-5.68-42.9-26.6-62.6-64.7-21.5-41.7-28.9-80.3-20-104 6.4-17.1 23.5-23 41-14.2 5.66 2.86 7.27 4.66 10.5 11.7 3.97 8.67 5.52 18.6 6.19 39.6l.618 19.3 3.18-7.29c1.75-4.01 5.28-10.9 7.85-15.4 2.57-4.45 4.68-9.31 4.68-10.8 0-1.48-1.12-5.35-2.5-8.62-2.56-6.08-2.97-9.38-1.88-14.9.624-3.12.631-3.13 7.25-3.13l6.62-.0038 4.13-5.34c4.66-6.04 13.7-13.4 21.5-17.4 4.52-2.34 6.45-2.72 13.8-2.72 7.58 0 9.08.319 13.4 2.84 2.66 1.56 4.62 3.05 4.36 3.31s-3.07-.286-6.26-1.21c-7.94-2.31-15.9-1.48-24 2.5-19.2 9.44-38.7 45-31.1 56.6 1.03 1.58 3.54 2.99 7.16 4.04 5.88 1.71 8.72 1.26 3.81-.608-10.3-3.91-8.17-13.2 6.9-30.1l8.59-9.63-.569-5.51c-.515-4.99-.357-5.63 1.68-6.72 2.8-1.5 7.37-.653 10.7 1.99 3.16 2.49 13 2.72 21.3.509 3.02-.812 8.3-1.48 11.7-1.49 5.82-.0111 6.27.155 6.86 2.49.345 1.37.373 3.16.062 3.97-.311.81.378 3.6 1.53 6.21 2.59 5.86 3.56 19.7 1.91 27.3-.638 2.98-2.94 9.08-5.12 13.6-5.45 11.2-5.66 12.9-2.53 20.3 5.37 12.7 9.29 37 8.28 51.1-.299 4.15-1.74 13.4-3.21 20.5-2.8 13.7-2.58 18.5 1 21.5.822.683 1.5 2.68 1.5 4.44 0 3.72-2.8 6.71-7.9 8.41-4.78 1.6-15.1 1.42-20.1-.361-5.97-2.11-10.9-1.87-15 .723-3.08 1.95-5.05 2.24-16.5 2.46-8.83.166-14.9-.224-18.9-1.22zm-15.2-35.2c-8.89-26.1-6.13-55.4 8.09-85.9l4.28-9.16-4.58-3.98-4.01 8.66c-16.3 35.2-18.8 66.2-7.12 89.3 3.09 6.12 5.89 10.9 6.41 10.9.138 0-1.24-4.39-3.06-9.75zm76.5-87.5 2.1-5.25-.456 4.37c-.259 2.49-.0798 4 .416 3.5.818-.818 5.97-13.7 5.97-15 0-.311-1.36.582-3.03 1.98-3.09 2.6-8.64 4.61-12.8 4.62-2.1.0051-2.24.329-1.66 3.76 1.14 6.77 1.44 7.25 4.46 7.25 2.52 0 3.12-.629 4.97-5.25z" fill="#fbfbfb" inkscape:connector-curvature="0"/>
<path d="m118 226c-12.4-3.11-27.1-13.1-37.6-25.6-17.6-20.9-36.4-58.2-44.2-87.4-2.8-10.6-3.24-14-3.66-28.7-.421-14.9-.247-17.4 1.61-23.6 2.52-8.31 5.31-12.6 10.9-16.9 8.09-6.17 20.1-6.5 31.3-.859 5.66 2.86 7.27 4.66 10.5 11.7 3.97 8.67 5.52 18.6 6.19 39.6l.618 19.3 3.18-7.29c1.75-4.01 5.28-10.9 7.85-15.4 2.57-4.45 4.68-9.31 4.68-10.8 0-1.48-1.12-5.35-2.5-8.62-2.56-6.08-2.97-9.38-1.88-14.9.624-3.12.631-3.13 7.25-3.13l6.62-.0038 4.13-5.34c4.66-6.04 13.7-13.4 21.5-17.4 4.52-2.34 6.45-2.72 13.8-2.72 7.58 0 9.08.319 13.4 2.84 2.66 1.56 4.62 3.05 4.36 3.31s-3.07-.286-6.26-1.21c-7.94-2.31-15.9-1.48-24 2.5-19.2 9.44-38.7 45-31.1 56.6 1.03 1.58 3.54 2.99 7.16 4.04 5.88 1.71 8.72 1.26 3.81-.608-10.3-3.91-8.17-13.2 6.9-30.1l8.59-9.63-.569-5.51c-.515-4.99-.357-5.63 1.68-6.72 2.8-1.5 7.37-.653 10.7 1.99 3.16 2.49 13 2.72 21.3.509 3.02-.812 8.3-1.48 11.7-1.49 5.82-.0111 6.27.155 6.86 2.49.345 1.37.373 3.16.062 3.97-.311.81.378 3.6 1.53 6.21 2.59 5.86 3.56 19.7 1.91 27.3-.638 2.98-2.94 9.08-5.12 13.6-5.45 11.2-5.66 12.9-2.53 20.3 5.37 12.7 9.29 37 8.28 51.1-.299 4.15-1.74 13.4-3.21 20.5-2.8 13.7-2.58 18.5 1 21.5.822.683 1.5 2.68 1.5 4.44 0 3.72-2.8 6.71-7.9 8.41-4.78 1.6-15.1 1.42-20.1-.361-5.97-2.11-10.9-1.87-15 .723-3.08 1.95-5.05 2.24-16.5 2.46-8.83.166-14.9-.224-18.9-1.22zm-15.2-35.2c-8.89-26.1-6.13-55.4 8.09-85.9l4.28-9.16-4.58-3.98-4.01 8.66c-16.3 35.2-18.8 66.2-7.12 89.3 3.09 6.12 5.89 10.9 6.41 10.9.138 0-1.24-4.39-3.06-9.75zm76.5-87.5 2.1-5.25-.456 4.37c-.259 2.49-.0798 4 .416 3.5.818-.818 5.97-13.7 5.97-15 0-.311-1.36.582-3.03 1.98-3.09 2.6-8.64 4.61-12.8 4.62-2.1.0051-2.24.329-1.66 3.76 1.14 6.77 1.44 7.25 4.46 7.25 2.52 0 3.12-.629 4.97-5.25z" fill="#a08470" inkscape:connector-curvature="0"/>
<path d="m118 226c-22.4-6.14-42.9-28.1-62.2-66.5-16.3-32.4-23.2-58.2-22.1-81.9.906-19.4 6.38-30.1 17.9-35.1 6.46-2.78 15.7-2.41 23.3.932 8.83 3.86 12 8.32 15.7 21.9 1.72 6.37 2.15 11.7 2.57 31.2l.507 23.5 1.72-5c1.89-5.48 8.9-19.8 12.5-25.4 3.37-5.34 3.65-10.6.876-16.6-1.48-3.18-2.33-6.88-2.33-10.2-.0152-8.04.248-8.32 7.85-8.39l6.64-.057 3.76-4.94c4.62-6.06 13.3-13 21.2-17 5.05-2.54 7.02-2.97 13.5-2.93 6.19.0369 8.42.508 12.1 2.56 2.48 1.38 3.6 2.23 2.5 1.88-14.2-4.48-26.7-1.15-38.8 10.4-15 14.2-25.2 38.4-20.2 47.9 1.91 3.7 1.48 4.06-1.29 1.08l-1.96-2.11-1.95 3.86c-4.36 8.62-11.3 27.5-13.9 37.9-2.38 9.52-2.75 13-2.74 25.5.0184 13 .295 15.3 2.69 22.5 3.21 9.64 11.3 23.3 15.3 25.7.571.347-.0588-3.5-1.4-8.55-2.9-10.9-3.56-29.6-1.27-36.1l1.37-3.88 3.08 5.38c5.27 9.22 20.5 22.8 27.5 24.6 5.22 1.31 5.1-5.51-.369-20.2-4.72-12.7-5.66-17.5-5.7-29.5-.0364-11.9 1.45-17.3 8.24-29.6 4.64-8.45 4.97-12.1 2.01-21.5-1.09-3.49-1.99-6.92-2-7.62-.007-.705 2.35.483 5.24 2.64 7.38 5.52 17.1 10.2 22.6 10.8 4.08.483 5.12.205 7.86-2.1 3.41-2.87 7.27-11.7 7.27-16.6 0-1.63.43-2.96.955-2.96 1.3 0 2.34 6.08 1.88 10.9l-.381 3.99 2.77-2.66c1.53-1.46 3.68-4.94 4.8-7.72l2.02-5.06-.331 8.53c-.299 7.72-.777 9.48-5.02 18.6-2.87 6.14-4.69 11.4-4.69 13.6 0 1.99 1.35 6.99 3 11.1 7.03 17.6 8.9 44.7 4.5 65.1-3.33 15.4-3.29 20.5.162 24.6 2.18 2.59 2.5 3.63 1.75 5.72-1.39 3.91-5.37 6.27-12.7 7.52-6.01 1.03-7.34.926-13.5-1.06-8.69-2.8-10.7-2.76-16.4.299-4.36 2.32-5.64 2.49-18 2.41-7.8-.0524-15.3-.649-18.2-1.44zm59.6-117c.862-.688 2.09-2.15 2.74-3.25 1.11-1.9 1.14-1.89.557.25-.92 3.36 1.22 2.74 3.1-.913 2.31-4.47 5.52-14.1 4.91-14.7-.282-.282-1.75.663-3.25 2.1-3.36 3.2-7.23 4.74-11.9 4.74h-3.56l.477 4.97c.688 7.16 3.3 9.7 6.96 6.78zm-1.68-45.1c-10.1-4.75-12.5-11.4-5.5-14.8 4.57-2.23 16.8-4.31 20.3-3.43 2.4.603 2.73 1.16 2.73 4.7 0 6.88-6.2 16-10.9 15.9-.888-.005-3.87-1.07-6.62-2.37zm-34.1-5.87c1.18-1.82 1.25-3.04.337-6.42-2.09-7.75 2.72-9.47 12.6-4.5l5.61 2.83-5.28 1.66c-2.9.915-7.12 3.24-9.37 5.17-4.74 4.06-5.94 4.45-3.87 1.26z" fill="#45352f" inkscape:connector-curvature="0"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View file

@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 38 57" class="figma-77e5ie"
aria-label="Homepage">
<path fill="#1abcfe" d="M19 28.5a9.5 9.5 0 1 1 19 0 9.5 9.5 0 0 1-19 0z"></path>
<path fill="#0acf83" d="M0 47.5A9.5 9.5 0 0 1 9.5 38H19v9.5a9.5 9.5 0 1 1-19 0z"></path>
<path fill="#ff7262" d="M19 0v19h9.5a9.5 9.5 0 1 0 0-19H19z"></path>
<path fill="#f24e1e" d="M0 9.5A9.5 9.5 0 0 0 9.5 19H19V0H9.5A9.5 9.5 0 0 0 0 9.5z"></path>
<path fill="#a259ff" d="M0 28.5A9.5 9.5 0 0 0 9.5 38H19V19H9.5A9.5 9.5 0 0 0 0 28.5z"></path>
</svg>

After

Width:  |  Height:  |  Size: 546 B

View file

@ -0,0 +1,96 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0" width="316" height="316" viewBox="0 0 48 48" id="svg11300">
<defs id="defs3">
<linearGradient id="linearGradient8542">
<stop style="stop-color:#5b676b;stop-opacity:1" offset="0" id="stop8544"/>
<stop style="stop-color:#141718;stop-opacity:1" offset="1" id="stop8546"/>
</linearGradient>
<linearGradient id="linearGradient8534">
<stop style="stop-color:black;stop-opacity:1" offset="0" id="stop8536"/>
<stop style="stop-color:black;stop-opacity:0" offset="1" id="stop8538"/>
</linearGradient>
<linearGradient id="linearGradient8524">
<stop style="stop-color:white;stop-opacity:1" offset="0" id="stop8526"/>
<stop style="stop-color:white;stop-opacity:0" offset="1" id="stop8528"/>
</linearGradient>
<linearGradient id="linearGradient2446">
<stop style="stop-color:white;stop-opacity:1" offset="0" id="stop2448"/>
<stop style="stop-color:white;stop-opacity:0" offset="1" id="stop2450"/>
</linearGradient>
<linearGradient x1="13.236155" y1="37.752247" x2="7.7521091" y2="42.282146" id="linearGradient2452" xlink:href="#linearGradient2446" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0.755165,0.395143,-0.395143,0.755165,-25.91245,6.532586)"/>
<linearGradient id="linearGradient6963">
<stop style="stop-color:#696969;stop-opacity:1" offset="0" id="stop6965"/>
<stop style="stop-color:black;stop-opacity:1" offset="1" id="stop6967"/>
</linearGradient>
<radialGradient cx="15.415101" cy="35.356506" r="7.5791559" fx="15.415101" fy="35.356506" id="radialGradient6969" xlink:href="#linearGradient6963" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.572694,5.424952e-17,1.037922e-12,1.532639,-55.36682,-21.35823)"/>
<linearGradient id="linearGradient6939">
<stop style="stop-color:#bdbdbd;stop-opacity:1" offset="0" id="stop6941"/>
<stop style="stop-color:#e2e2e2;stop-opacity:1" offset="0.33333334" id="stop6947"/>
<stop style="stop-color:#a3a3a3;stop-opacity:1" offset="0.66666669" id="stop6949"/>
<stop style="stop-color:#ddd;stop-opacity:1" offset="1" id="stop6943"/>
</linearGradient>
<linearGradient x1="19.394735" y1="30.001331" x2="23.109331" y2="33.438831" id="linearGradient6945" xlink:href="#linearGradient6939" gradientUnits="userSpaceOnUse" gradientTransform="translate(-46.40695,-1.802856)"/>
<linearGradient id="linearGradient6951">
<stop style="stop-color:#6e3d09;stop-opacity:1" offset="0" id="stop6953"/>
<stop style="stop-color:#ea8113;stop-opacity:1" offset="0.24242425" id="stop6959"/>
<stop style="stop-color:#5c3307;stop-opacity:1" offset="0.62121212" id="stop6961"/>
<stop style="stop-color:#e07c12;stop-opacity:1" offset="1" id="stop6955"/>
</linearGradient>
<linearGradient x1="37.017639" y1="19.239889" x2="27.753893" y2="11.182488" id="linearGradient6957" xlink:href="#linearGradient6951" gradientUnits="userSpaceOnUse" gradientTransform="translate(-49.30496,1.877723)"/>
<linearGradient id="linearGradient6500">
<stop style="stop-color:#857c63;stop-opacity:1" offset="0" id="stop6502"/>
<stop style="stop-color:#221f19;stop-opacity:1" offset="1" id="stop6504"/>
</linearGradient>
<linearGradient id="linearGradient6492">
<stop style="stop-color:black;stop-opacity:1" offset="0" id="stop6494"/>
<stop style="stop-color:black;stop-opacity:0" offset="1" id="stop6496"/>
</linearGradient>
<linearGradient id="linearGradient6482">
<stop style="stop-color:black;stop-opacity:1" offset="0" id="stop6484"/>
<stop style="stop-color:black;stop-opacity:0" offset="1" id="stop6486"/>
</linearGradient>
<linearGradient id="linearGradient6468">
<stop style="stop-color:white;stop-opacity:1" offset="0" id="stop6470"/>
<stop style="stop-color:#b9b9b0;stop-opacity:1" offset="1" id="stop6472"/>
</linearGradient>
<linearGradient id="linearGradient6452">
<stop style="stop-color:white;stop-opacity:1" offset="0" id="stop6454"/>
<stop style="stop-color:white;stop-opacity:0" offset="1" id="stop6456"/>
</linearGradient>
<linearGradient x1="6.3051529" y1="23.362427" x2="5.9846287" y2="31.57" id="linearGradient6458" xlink:href="#linearGradient6452" gradientUnits="userSpaceOnUse"/>
<radialGradient cx="69.473244" cy="19.597878" r="3.5153139" fx="69.473244" fy="19.597878" id="radialGradient6474" xlink:href="#linearGradient6468" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.318488,1.207574e-15,-1.207574e-15,1.318488,-22.1264,-6.241691)"/>
<radialGradient cx="23" cy="33.9375" r="18.25" fx="23" fy="33.9375" id="radialGradient6498" xlink:href="#linearGradient6492" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1,0,0,0.284247,0,24.29088)"/>
<linearGradient x1="14.96875" y1="19.110678" x2="39.524544" y2="46.98568" id="linearGradient8530" xlink:href="#linearGradient8524" gradientUnits="userSpaceOnUse"/>
<radialGradient cx="6.0242186" cy="25.271027" r="4.8310289" fx="6.0242186" fy="25.271027" id="radialGradient8548" xlink:href="#linearGradient8542" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0.916159,9.318684e-2,-0.108765,1.069309,3.253668,-3.029272)"/>
<linearGradient x1="26.162951" y1="30.543303" x2="24.328892" y2="30.985245" id="linearGradient4330" xlink:href="#linearGradient8534" gradientUnits="userSpaceOnUse"/>
<linearGradient x1="32.350136" y1="28.083355" x2="21.213203" y2="30.293064" id="linearGradient4351" xlink:href="#linearGradient6482" gradientUnits="userSpaceOnUse" gradientTransform="translate(-3.836549,0.345971)"/>
<radialGradient cx="18.557627" cy="22.300018" r="19.2292" fx="18.557627" fy="22.300018" id="radialGradient4354" xlink:href="#linearGradient6500" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.77275,-1.847562e-16,1.351402e-16,1.29668,-16.3404,-6.615959)"/>
<radialGradient cx="69.473244" cy="19.597878" r="3.5153139" fx="69.473244" fy="19.597878" id="radialGradient4363" xlink:href="#linearGradient6468" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.318488,1.207574e-15,-1.207574e-15,1.318488,-22.1264,-6.241691)"/>
</defs>
<g id="layer1">
<path d="M 41.25 33.9375 A 18.25 5.1875 0 1 1 4.75,33.9375 A 18.25 5.1875 0 1 1 41.25 33.9375 z" transform="matrix(1,0,0,1.53012,0.125,-19.99096)" style="color:black;fill:url(#radialGradient6498);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.9999997;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" id="path6490"/>
<path d="M 10.374369,12.467884 C 10.374369,12.467884 13.248878,18.395518 19.973611,18.228291 C 34.066126,17.874738 36.53732,10.523341 36.890873,9.4626804 C 37.244427,8.4020202 37.785407,8.5626825 37.91048,9.542947 C 42.506674,51.262247 6.0135488,33.362123 4.7175144,26.256467 C 11.965359,24.135147 10.197592,20.069282 10.197592,20.069282 L 10.374369,12.467884 z " style="color:black;fill:url(#radialGradient4354);fill-opacity:1;fill-rule:evenodd;stroke:#2e3436;stroke-width:0.9999997;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" id="path4323"/>
<path d="M 15.73779,30.066049 C 22.47669,31.413886 25.908481,30.164142 27.916965,28.613273 C 27.386635,27.928263 26.480655,27.176962 26.480655,27.176962 C 26.480655,27.176962 28.833972,27.830904 29.662635,28.900535 C 30.488925,29.967103 29.969443,30.624242 29.753196,31.988905 C 29.271785,30.790306 28.373215,30.340813 28.251562,29.864573 C 26.445294,32.3615 21.94512,32.257773 15.73779,30.066049 z " style="color:black;fill:url(#linearGradient4351);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.9999997;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" id="path6480"/>
<path d="M 36.96875,11.84375 C 36.406772,12.770645 35.562258,13.876916 34.28125,14.9375 C 31.649332,17.116542 27.230687,19.099847 20,19.28125 C 15.775627,19.386299 13.047259,17.347101 11.375,15.53125 L 11.25,20 C 11.386107,20.418802 11.665455,21.390498 11.1875,22.71875 C 10.673186,24.148046 9.032986,25.610113 6.21875,26.71875 C 6.4690804,27.240783 6.7142345,27.76237 7.46875,28.5 C 8.4967003,29.504945 9.9257833,30.588049 11.625,31.5625 C 15.023433,33.511402 19.426583,35.055712 23.53125,35.125 C 27.635917,35.194288 31.388376,33.89045 33.96875,30.125 C 36.347494,26.653782 37.651223,20.777057 36.96875,11.84375 z " style="opacity:0.18539327;color:black;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient8530);stroke-width:0.9999997;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" id="path8520"/>
<path d="M 72.655224 21.837049 A 3.1819806 3.1819806 0 1 1 66.291263,21.837049 A 3.1819806 3.1819806 0 1 1 72.655224 21.837049 z" transform="matrix(1.277778,0,0,1.277778,-75.12661,-6.507784)" style="color:black;fill:url(#radialGradient4363);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:0.78260845;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" id="path4357"/>
<path d="M 10.429825 27.228739 A 4.3310289 6.0987959 0 1 1 1.767767,27.228739 A 4.3310289 6.0987959 0 1 1 10.429825 27.228739 z" transform="matrix(0.810984,-0.585069,0.585069,0.810984,-14.77791,6.947121)" style="color:black;fill:url(#radialGradient8548);fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:0.9999997;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" id="path5198"/>
<path d="M 24.041631 21.837049 A 2.2980971 2.2980971 0 1 1 19.445437,21.837049 A 2.2980971 2.2980971 0 1 1 24.041631 21.837049 z" transform="matrix(0.851852,0,0,0.851852,-3.926759,3.395528)" style="color:black;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:1.17391276;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" id="path4359"/>
<path d="M 6.09375,22.15625 C 5.2955008,22.15625 4.5406196,22.602421 3.90625,23.5 C 3.2718804,24.397579 2.8125,25.734204 2.8125,27.21875 C 2.8125,28.703296 3.2718804,30.039921 3.90625,30.9375 C 4.5406196,31.835079 5.2955011,32.28125 6.09375,32.28125 C 6.8919992,32.28125 7.6710339,31.804861 8.3125,30.90625 C 8.9539661,30.007639 9.40625,28.700064 9.40625,27.21875 C 9.40625,25.737436 8.9539662,24.429861 8.3125,23.53125 C 7.6710338,22.632639 6.8919989,22.15625 6.09375,22.15625 z " transform="matrix(0.800389,-0.599481,0.599481,0.800389,-15.2744,7.32784)" style="opacity:0.28089887;color:black;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient6458);stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" id="path6450"/>
<path d="M 5.833631 23.251263 A 1.767767 2.1213202 0 1 1 2.2980971,23.251263 A 1.767767 2.1213202 0 1 1 5.833631 23.251263 z" style="color:black;fill:white;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.9999997;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" id="path6446"/>
<path d="M 23.157747 20.953165 A 1.767767 1.767767 0 1 1 19.622213,20.953165 A 1.767767 1.767767 0 1 1 23.157747 20.953165 z" transform="matrix(0.766666,0,0,0.766666,-2.556414,5.029841)" style="color:black;fill:white;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.9999997;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" id="path4361"/>
<path d="M 72.655224 21.837049 A 3.1819806 3.1819806 0 1 1 66.291263,21.837049 A 3.1819806 3.1819806 0 1 1 72.655224 21.837049 z" transform="matrix(1.5,0,0,1.5,-82.16821,-10.91852)" style="color:black;fill:url(#radialGradient6474);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:0.66666645;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" id="path6462"/>
<path d="M 24.041631 21.837049 A 2.2980971 2.2980971 0 1 1 19.445437,21.837049 A 2.2980971 2.2980971 0 1 1 24.041631 21.837049 z" transform="translate(1.414216,0.707108)" style="color:black;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:0.9999997;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" id="path6464"/>
<path d="M 23.157747 20.953165 A 1.767767 1.767767 0 1 1 19.622213,20.953165 A 1.767767 1.767767 0 1 1 23.157747 20.953165 z" transform="matrix(0.9,0,0,0.9,3.022883,2.625648)" style="color:black;fill:white;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.9999997;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" id="path6466"/>
<g transform="matrix(-0.114852,-0.389864,0.389864,-0.114852,24.71507,29.68942)" id="g8463">
<path d="M -23.364209,23.568336 L -19.654111,27.037511 C -11.307128,20.656664 -2.5600338,6.9381374 -2.5600338,6.9381374 C -0.58371893,4.6957251 -2.6769537,3.1876548 -4.7249404,4.5402186 C -4.7249404,4.5402186 -17.695303,14.655085 -23.364209,23.568336 z " style="opacity:1;color:black;fill:url(#linearGradient6957);fill-opacity:1;fill-rule:nonzero;stroke:#673907;stroke-width:2.46045303;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" id="path6937"/>
<path d="M -30.449715,32.813894 L -28.203395,34.747714 L -19.710629,27.380683 L -19.435568,26.674855 L -18.341163,26.65704 C -18.778663,25.09454 -21.282677,22.273585 -23.157677,22.273585 L -23.075658,23.36366 L -23.745649,23.743687 L -30.449715,32.813894 z " style="opacity:1;color:black;fill:url(#linearGradient6945);fill-opacity:1;fill-rule:nonzero;stroke:#888a85;stroke-width:2.46045303;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" id="path6935"/>
<path d="M -23.801371,28.376767 L -28.166304,33.643238" style="opacity:1;color:black;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:white;stroke-width:2.46045327;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" id="path6985"/>
<path d="M -45.341208,42.769835 C -34.89725,42.769835 -26.971169,44.013565 -25.470603,36.415097 C -24.261354,30.291783 -32.681137,27.357729 -36.853473,32.824236 C -40.87275,38.090207 -45.341208,42.769835 -45.341208,42.769835 z " style="opacity:1;color:black;fill:url(#radialGradient6969);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" id="path6933"/>
<path d="M 8.8749989 37.75 A 1.2499999 1.2499999 0 1 1 6.3749992,37.75 A 1.2499999 1.2499999 0 1 1 8.8749989 37.75 z" transform="matrix(2.069903,-2.005828e-15,-1.697698e-15,2.069903,-44.75012,-41.50978)" style="opacity:0.52777782;color:black;fill:white;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" id="path6971"/>
<path d="M 8.8749989 37.75 A 1.2499999 1.2499999 0 1 1 6.3749992,37.75 A 1.2499999 1.2499999 0 1 1 8.8749989 37.75 z" transform="matrix(1.396669,6.090506e-16,8.67172e-16,1.396669,-32.05526,-25.87664)" style="opacity:1;color:black;fill:white;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" id="path6983"/>
<path d="M -38.543723,40.909242 C -38.543723,40.909242 -34.822203,41.003542 -32.427185,39.497247 C -31.579834,38.964324 -30.911411,40.147232 -31.933366,40.584614 C -34.14076,41.529346 -38.543723,40.909242 -38.543723,40.909242 z " style="opacity:0.42777776;color:black;fill:url(#linearGradient2452);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" id="path1571"/>
</g>
<path d="M 23.003067,31.736544 C 24.500439,31.879636 25.852696,31.464331 26.41496,31.262497 C 26.513185,30.707111 26.951512,29.64124 28.461048,29.571029 L 27.930718,28.642952 C 27.930718,28.642952 25.964077,29.990873 23.864854,30.388621 L 23.003067,31.736544 z " style="color:black;fill:url(#linearGradient4330);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.9999997;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" id="path8532"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 19 KiB

View file

@ -0,0 +1 @@
<svg width="98" height="96" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M48.854 0C21.839 0 0 22 0 49.217c0 21.756 13.993 40.172 33.405 46.69 2.427.49 3.316-1.059 3.316-2.362 0-1.141-.08-5.052-.08-9.127-13.59 2.934-16.42-5.867-16.42-5.867-2.184-5.704-5.42-7.17-5.42-7.17-4.448-3.015.324-3.015.324-3.015 4.934.326 7.523 5.052 7.523 5.052 4.367 7.496 11.404 5.378 14.235 4.074.404-3.178 1.699-5.378 3.074-6.6-10.839-1.141-22.243-5.378-22.243-24.283 0-5.378 1.94-9.778 5.014-13.2-.485-1.222-2.184-6.275.486-13.038 0 0 4.125-1.304 13.426 5.052a46.97 46.97 0 0 1 12.214-1.63c4.125 0 8.33.571 12.213 1.63 9.302-6.356 13.427-5.052 13.427-5.052 2.67 6.763.97 11.816.485 13.038 3.155 3.422 5.015 7.822 5.015 13.2 0 18.905-11.404 23.06-22.324 24.283 1.78 1.548 3.316 4.481 3.316 9.126 0 6.6-.08 11.897-.08 13.526 0 1.304.89 2.853 3.316 2.364 19.412-6.52 33.405-24.935 33.405-46.691C97.707 22 75.788 0 48.854 0z" fill="#fff"/></svg>

After

Width:  |  Height:  |  Size: 960 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

View file

@ -0,0 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="351"
viewBox="0 0 304 351" width="304">
<mask id="a" fill="#fff">
<path d="m0 0h313.303155v159.864865h-313.303155z" fill="#fff" fill-rule="evenodd" />
</mask>
<mask id="b" fill="#fff">
<path d="m0 0h313.303155v159.864865h-313.303155z" fill="#fff" fill-rule="evenodd" />
</mask>
<g fill="none" fill-rule="evenodd" transform="translate(-11 -51)">
<path
d="m11.6785714 189h19.7858357v26.789h23.9037v-26.789h19.7858358v75.25h-19.7858358v-28.695333h-23.9037v28.695333h-19.7858357zm86.1738429 75.25v-75.25h46.8030427v16.354333h-27.017207v12.240667h23.9037v16.655333h-23.9037v13.846h27.017207v16.153667zm68.4971567 0v-75.25h19.785836v55.384h27.117643v19.866zm77.536372-75.25 30.733328 27.892667 30.632893-27.892667h8.938779v75.25h-19.886272v-38.628333l-19.6854 17.959666-19.785835-17.859333v38.528h-19.886272v-75.25z"
fill="#A4CCF9" />
<g transform="matrix(1 0 0 -1 11.958136 455)">
<g fill="#A4CCF9" mask="url(#a)">
<path
d="m203.460676 95.6875425c6.93631 0 12.559301-14.8092194 12.559301-33.0773172s-5.622991-33.0773172-12.559301-33.0773172c-6.936311 0-12.559301 14.8092194-12.559301 33.0773172s5.62299 33.0773172 12.559301 33.0773172z"
transform="matrix(.81915204 .57357644 -.57357644 .81915204 111.870091 -51.706556)" />
<path
d="m30.1423223 95.6875425c6.9363104 0 12.559301-14.8092194 12.559301-33.0773172s-5.6229906-33.0773172-12.559301-33.0773172-12.5593009 14.8092194-12.5593009 33.0773172 5.6229905 33.0773172 12.5593009 33.0773172z"
transform="matrix(-.81915204 .57357644 .57357644 .81915204 58.084611 47.704768)" />
<path
d="m116.732815 66.2752676c6.936311 0 12.559301-14.8092193 12.559301-33.0773172 0-18.2680978-5.62299-33.07731713-12.559301-33.07731713-6.93631 0-12.559301 14.80921933-12.559301 33.07731713 0 18.2680979 5.622991 33.0773172 12.559301 33.0773172z"
transform="matrix(-1 0 0 1 272.628524 53.670762)" />
</g>
<path
d="m251.467006 173.099849c-20.230076-33.609969-56.889565-56.067908-98.755776-56.067908-40.720798 0-76.5158766 21.245901-97.0586959 53.334588m2.1981107 129.169534c20.8403036 30.232701 55.5559042 50.026591 94.8605852 50.026591 39.376099 0 74.146424-19.865887 94.974049-50.191495"
mask="url(#a)" stroke="#A4CCF9" stroke-width="20" />
</g>
<g transform="translate(11.958136)">
<g fill="#A4CCF9" mask="url(#b)">
<path
d="m203.460676 95.6875425c6.93631 0 12.559301-14.8092194 12.559301-33.0773172s-5.622991-33.0773172-12.559301-33.0773172c-6.936311 0-12.559301 14.8092194-12.559301 33.0773172s5.62299 33.0773172 12.559301 33.0773172z"
transform="matrix(.81915204 .57357644 -.57357644 .81915204 111.870091 -54.166016)" />
<path
d="m30.1423223 95.6875425c6.9363104 0 12.559301-14.8092194 12.559301-33.0773172s-5.6229906-33.0773172-12.559301-33.0773172-12.5593009 14.8092194-12.5593009 33.0773172 5.6229905 33.0773172 12.5593009 33.0773172z"
transform="matrix(-.81915204 .57357644 .57357644 .81915204 58.084611 45.245308)" />
<path
d="m116.732815 66.2752676c6.936311 0 12.559301-14.8092193 12.559301-33.0773172 0-18.2680978-5.62299-33.07731713-12.559301-33.07731713-6.93631 0-12.559301 14.80921933-12.559301 33.07731713 0 18.2680979 5.622991 33.0773172 12.559301 33.0773172z"
transform="matrix(-1 0 0 1 272.628524 51.211302)" />
</g>
<path
d="m251.467006 170.64039c-20.230076-33.609969-56.889565-56.067908-98.755776-56.067908-40.720798 0-76.5158766 21.2459-97.0586959 53.334587m2.1981107 129.169534c20.8403036 30.232702 55.5559042 50.026591 94.8605852 50.026591 39.376099 0 74.146424-19.865886 94.974049-50.191494"
mask="url(#b)" stroke="#A4CCF9" stroke-width="20" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.8 KiB

View file

@ -0,0 +1,223 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="128" height="128" id="svg2" sodipodi:version="0.32" inkscape:version="0.48+devel r" sodipodi:docname="inkscape.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape" inkscape:export-filename="/home/valessio/Desenvolvimento/inkscape/inkscape/inkscape.png" inkscape:export-xdpi="45" inkscape:export-ydpi="45">
<title id="title7387">Inkscape Logo</title>
<sodipodi:namedview bordercohor="#666666" inkscape:window-height="577" inkscape:window-width="862" inkscape:pageshadow="2" inkscape:pageopacity="0.0" guidetolerance="10.0" gridtolerance="10.0" objecttolerance="10.0" borderopacity="1.0" bordercolor="#666666" pagecolor="#ffffff" id="base" inkscape:zoom="1" inkscape:cx="-232" inkscape:cy="64" inkscape:window-x="192" inkscape:window-y="122" inkscape:current-layer="svg2" showgrid="false" inkscape:window-maximized="0" />
<defs id="defs4">
<linearGradient id="WhiteTransparent" gradientUnits="userSpaceOnUse">
<stop style="stop-color:white;stop-opacity:1" offset="0" id="stop7" />
<stop style="stop-color:white;stop-opacity:0" offset="1" id="stop9" />
</linearGradient>
<linearGradient id="BlackTransparent" gradientUnits="userSpaceOnUse">
<stop style="stop-color:black;stop-opacity:1" offset="0" id="stop12" />
<stop style="stop-color:black;stop-opacity:0" offset="1" id="stop14" />
</linearGradient>
<linearGradient id="liquidShade" xlink:href="#BlackTransparent" x1="0" y1="128" x2="0" y2="64" gradientUnits="userSpaceOnUse" />
<linearGradient id="liquidSpecular" xlink:href="#WhiteTransparent" x1="0" y1="128" x2="0" y2="76" gradientUnits="userSpaceOnUse" />
<linearGradient id="sideSpecular" xlink:href="#WhiteTransparent" x1="80" y1="20" x2="60" y2="40" gradientUnits="userSpaceOnUse" />
<linearGradient id="IcecapTip" xlink:href="#WhiteTransparent" x1="60" y1="20" x2="90" y2="50" gradientUnits="userSpaceOnUse" />
<linearGradient id="shinySpecular" xlink:href="#WhiteTransparent" x1="33" y1="35" x2="58" y2="60" gradientUnits="userSpaceOnUse" />
<clipPath clipPathUnits="userSpaceOnUse" id="clipoutline1">
<path id="outline1" d="M 54.1,12.5 L 12.9,54.7 C -2.7,70.3 23,69 32.3,74.9 C 36.6,77.7 18.5,81.3 22.2,85 C 25.8,88.7 43.9,92.1 47.5,95.7 C 51.1,99.4 40.2,103.3 43.8,107 C 47.3,110.7 55.7,107.2 57.2,115.6 C 58.3,121.8 72.6,118.7 79,113.4 C 83,110 72.1,110 75.7,106.3 C 84.7,97.2 92.7,102.2 96,93.8 C 97.8,89.3 82.4,86.1 86.5,83.2 C 96.3,76.3 132.3,72.8 115.7,56.2 L 73,12.5 C 67.7,7.5 59,7.5 54.1,12.5 z M 44.2,77.2 C 45.1,77.2 75,81.2 63.5,84.3 C 59.1,85.5 38.9,77.2 44.2,77.2 z M 101.4,93.8 C 101.4,95.9 117.7,97.1 116.8,93.3 C 115.5,86.9 103.2,87.4 101.4,93.8 z M 31.9,104.9 C 35.6,108.1 41.2,104.2 43,99.7 C 39.4,95 26.1,100 31.9,104.9 z M 99.4,98.2 C 94.8,102.4 100.2,106.8 104.7,103.9 C 105.9,103.1 104.6,99.2 99.4,98.2 z " />
</clipPath>
<filter id="ShadowBlur" filterUnits="userSpaceOnUse" x="0" y="0">
<feGaussianBlur in="SourceAlpha" stdDeviation="3" result="blur" id="feGaussianBlur24" />
</filter>
<filter color-interpolation-filters="sRGB" inkscape:collect="always" id="filter6017">
<feGaussianBlur inkscape:collect="always" stdDeviation="0.80546496" id="feGaussianBlur6019" />
</filter>
<filter color-interpolation-filters="sRGB" inkscape:collect="always" id="filter6031">
<feGaussianBlur inkscape:collect="always" stdDeviation="3.4903482" id="feGaussianBlur6033" />
</filter>
<linearGradient inkscape:collect="always" xlink:href="#linearGradient5785" id="linearGradient9175" gradientUnits="userSpaceOnUse" x1="82.11859" y1="20" x2="60" y2="40" />
<linearGradient gradientUnits="userSpaceOnUse" id="linearGradient5785">
<stop id="stop5787" offset="0" style="stop-color:#c0cdf9;stop-opacity:1" />
<stop id="stop5789" offset="1" style="stop-color:#07092d;stop-opacity:0.28804347" />
</linearGradient>
<clipPath clipPathUnits="userSpaceOnUse" id="clipPath9086">
<use id="use9088" xlink:href="#outline1" class="low-specularity" style="fill:#ffffff;fill-opacity:1" x="0" y="0" width="400" height="300" transform="translate(1.009546e-6,0)" />
</clipPath>
<filter color-interpolation-filters="sRGB" inkscape:collect="always" id="filter8490">
<feGaussianBlur inkscape:collect="always" stdDeviation="2.4163949" id="feGaussianBlur8492" />
</filter>
<linearGradient gradientUnits="userSpaceOnUse" y2="60" x2="58" y1="35" x1="33" xlink:href="#WhiteTransparent-4" id="shinySpecular-4" gradientTransform="matrix(1.009184,0,0,1.009184,-0.3890738,-0.3831933)" />
<linearGradient gradientUnits="userSpaceOnUse" id="WhiteTransparent-4">
<stop id="stop7606-4" offset="0" style="stop-color:white;stop-opacity:1" />
<stop id="stop7608-7" offset="1" style="stop-color:white;stop-opacity:0" />
</linearGradient>
<linearGradient gradientUnits="userSpaceOnUse" y2="50" x2="90" y1="20" x1="60" xlink:href="#WhiteTransparent-4" id="IcecapTip-6" />
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8568" id="radialGradient9177" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.570052,0,0,1.05093,-75.50011,-22.09591)" cx="116.3104" cy="250.8974" fx="116.3104" fy="250.8974" r="30.59958" />
<linearGradient inkscape:collect="always" id="linearGradient8568">
<stop style="stop-color:#ffffff;stop-opacity:1;" offset="0" id="stop8570" />
<stop style="stop-color:#ffffff;stop-opacity:0;" offset="1" id="stop8572" />
</linearGradient>
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8568" id="radialGradient8574" cx="132.4443" cy="251.994" fx="132.4443" fy="251.994" r="30.59958" gradientTransform="matrix(2.003253,0,0,1.340898,-132.8752,-95.16607)" gradientUnits="userSpaceOnUse" />
<filter color-interpolation-filters="sRGB" inkscape:collect="always" id="filter8732" x="-0.07807916" width="1.156158" y="-0.1142206" height="1.228441">
<feGaussianBlur inkscape:collect="always" stdDeviation="1.9579068" id="feGaussianBlur8734" />
</filter>
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8738" id="radialGradient8744" cx="210.25" cy="168.5" fx="210.25" fy="168.5" r="34.25" gradientTransform="matrix(1,0,0,0.4233577,0,97.16423)" gradientUnits="userSpaceOnUse" />
<linearGradient inkscape:collect="always" id="linearGradient8738">
<stop style="stop-color:#ffffff;stop-opacity:1;" offset="0" id="stop8740" />
<stop style="stop-color:#ffffff;stop-opacity:0;" offset="1" id="stop8742" />
</linearGradient>
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8738" id="radialGradient8768" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1,0,0,0.4233577,0,97.16423)" cx="217.5" cy="182.0819" fx="217.5" fy="182.0819" r="34.25" />
<filter color-interpolation-filters="sRGB" inkscape:collect="always" id="filter8764" x="-0.07426214" width="1.148524" y="-0.1754123" height="1.350825">
<feGaussianBlur inkscape:collect="always" stdDeviation="2.1195652" id="feGaussianBlur8766" />
</filter>
<linearGradient inkscape:collect="always" xlink:href="#linearGradient8866" id="linearGradient8912" x1="231.625" y1="195.1875" x2="231.75" y2="201.5" gradientUnits="userSpaceOnUse" />
<linearGradient inkscape:collect="always" id="linearGradient8866">
<stop style="stop-color:#ffffff;stop-opacity:1;" offset="0" id="stop8868" />
<stop style="stop-color:#ffffff;stop-opacity:0;" offset="1" id="stop8870" />
</linearGradient>
<linearGradient inkscape:collect="always" xlink:href="#linearGradient8866" id="linearGradient8910" x1="231.3765" y1="195.6213" x2="231.3765" y2="200.0714" gradientUnits="userSpaceOnUse" />
<filter color-interpolation-filters="sRGB" inkscape:collect="always" id="filter8906" x="-0.08544133" width="1.170883" y="-0.278232" height="1.556464">
<feGaussianBlur inkscape:collect="always" stdDeviation="0.56515877" id="feGaussianBlur8908" />
</filter>
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8916" id="radialGradient8922" cx="228.2188" cy="204.8323" fx="228.2188" fy="204.8323" r="14.09375" gradientTransform="matrix(1,0,0,0.1477455,0,174.5692)" gradientUnits="userSpaceOnUse" />
<linearGradient inkscape:collect="always" id="linearGradient8916">
<stop style="stop-color:#ffffff;stop-opacity:1;" offset="0" id="stop8918" />
<stop style="stop-color:#ffffff;stop-opacity:0;" offset="1" id="stop8920" />
</linearGradient>
<filter color-interpolation-filters="sRGB" inkscape:collect="always" id="filter8980" x="-0.06986277" width="1.139725" y="-0.4728589" height="1.945718">
<feGaussianBlur inkscape:collect="always" stdDeviation="0.82052366" id="feGaussianBlur8982" />
</filter>
<linearGradient inkscape:collect="always" xlink:href="#linearGradient8866" id="linearGradient8990" gradientUnits="userSpaceOnUse" x1="231.625" y1="195.1875" x2="231.75" y2="201.5" />
<linearGradient inkscape:collect="always" xlink:href="#linearGradient8866" id="linearGradient8992" gradientUnits="userSpaceOnUse" x1="231.3765" y1="195.6213" x2="231.3765" y2="200.0714" />
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8916" id="radialGradient8994" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1,0,0,0.1477455,0,174.5692)" cx="228.2188" cy="204.8323" fx="228.2188" fy="204.8323" r="14.09375" />
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8998" id="radialGradient9004" cx="89.875" cy="187.8694" fx="89.875" fy="187.8694" r="22.75" gradientTransform="matrix(1,0,0,0.4070844,0,115.7601)" gradientUnits="userSpaceOnUse" />
<linearGradient inkscape:collect="always" id="linearGradient8998">
<stop style="stop-color:#ffffff;stop-opacity:0.33004926" offset="0" id="stop9000" />
<stop style="stop-color:#ffffff;stop-opacity:0;" offset="1" id="stop9002" />
</linearGradient>
<linearGradient inkscape:collect="always" xlink:href="#linearGradient8866" id="linearGradient9023" gradientUnits="userSpaceOnUse" x1="231.625" y1="195.1875" x2="231.75" y2="201.5" />
<linearGradient inkscape:collect="always" xlink:href="#linearGradient8866" id="linearGradient9025" gradientUnits="userSpaceOnUse" x1="231.3765" y1="195.6213" x2="231.3765" y2="200.0714" />
<radialGradient inkscape:collect="always" xlink:href="#linearGradient9040" id="radialGradient9046" cx="90.28125" cy="230.8363" fx="90.28125" fy="230.8363" r="10.46875" gradientTransform="matrix(1.185075,-0.3283582,0.1228557,0.4433973,-45.06831,152.9216)" gradientUnits="userSpaceOnUse" />
<linearGradient inkscape:collect="always" id="linearGradient9040">
<stop style="stop-color:#ffffff;stop-opacity:1;" offset="0" id="stop9042" />
<stop style="stop-color:#ffffff;stop-opacity:0;" offset="1" id="stop9044" />
</linearGradient>
<filter color-interpolation-filters="sRGB" inkscape:collect="always" id="filter9068" x="-0.07617928" width="1.152359" y="-0.1655701" height="1.33114">
<feGaussianBlur inkscape:collect="always" stdDeviation="0.66458488" id="feGaussianBlur9070" />
</filter>
<radialGradient inkscape:collect="always" xlink:href="#linearGradient9286" id="radialGradient11553" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.722153,0,0,1.694977,-49.39526,-14.07806)" cx="68.39994" cy="21.22575" fx="68.39994" fy="21.22575" r="54.7834" />
<linearGradient inkscape:collect="always" id="linearGradient9286">
<stop style="stop-color:#ffffff;stop-opacity:1;" offset="0" id="stop9288" />
<stop style="stop-color:#ffffff;stop-opacity:0;" offset="1" id="stop9290" />
</linearGradient>
<filter color-interpolation-filters="sRGB" inkscape:collect="always" id="filter9298">
<feGaussianBlur inkscape:collect="always" stdDeviation="0.32610678" id="feGaussianBlur9300" />
</filter>
<linearGradient inkscape:collect="always" xlink:href="#linearGradient5899-3" id="linearGradient5905" x1="95.5" y1="208.1644" x2="153.5" y2="223.5" gradientUnits="userSpaceOnUse" />
<linearGradient inkscape:collect="always" id="linearGradient5899-3">
<stop style="stop-color:#ffffff;stop-opacity:1;" offset="0" id="stop5901-1" />
<stop style="stop-color:#ffffff;stop-opacity:0;" offset="1" id="stop5903-7" />
</linearGradient>
<filter color-interpolation-filters="sRGB" inkscape:collect="always" id="filter5983-5" x="-0.08250898" width="1.165018" y="-0.1223357" height="1.244671">
<feGaussianBlur inkscape:collect="always" stdDeviation="3.6868363" id="feGaussianBlur5985-9" />
</filter>
<linearGradient inkscape:collect="always" xlink:href="#linearGradient5793-6" id="linearGradient5801" x1="57.2252" y1="76.24634" x2="53.63158" y2="84.48032" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0.8852575,0,0,0.8852575,5.177215,9.229337)" />
<linearGradient inkscape:collect="always" id="linearGradient5793-6">
<stop style="stop-color:#eeeeec;stop-opacity:1;" offset="0" id="stop5795-2" />
<stop style="stop-color:#eeeeec;stop-opacity:0;" offset="1" id="stop5797-1" />
</linearGradient>
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5805" id="radialGradient5811" cx="181.2273" cy="214.5512" fx="181.2273" fy="214.5512" r="22.4664" gradientTransform="matrix(1.351523,0,0,1.717571,-63.70565,-153.9557)" gradientUnits="userSpaceOnUse" />
<linearGradient inkscape:collect="always" id="linearGradient5805">
<stop style="stop-color:#ffffff;stop-opacity:1;" offset="0" id="stop5807" />
<stop style="stop-color:#ffffff;stop-opacity:0;" offset="1" id="stop5809" />
</linearGradient>
<filter color-interpolation-filters="sRGB" inkscape:collect="always" id="filter5845">
<feGaussianBlur inkscape:collect="always" stdDeviation="1.2409356" id="feGaussianBlur5847" />
</filter>
<linearGradient inkscape:collect="always" xlink:href="#WhiteTransparent-4" id="linearGradient5822" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0.4927913,0,0,0.4927913,-6.000388,-9.722518)" x1="73.7121" y1="180.4757" x2="82.75407" y2="187.6597" />
<linearGradient inkscape:collect="always" id="linearGradient10981-3">
<stop style="stop-color:#729fcf;stop-opacity:1;" offset="0" id="stop10983-2" />
<stop style="stop-color:#729fcf;stop-opacity:0;" offset="1" id="stop10985-3" />
</linearGradient>
<filter color-interpolation-filters="sRGB" inkscape:collect="always" id="filter10997-7">
<feGaussianBlur inkscape:collect="always" stdDeviation="2.7696726" id="feGaussianBlur10999-0" />
</filter>
<linearGradient y2="144.5" x2="153.7005" y1="217.5" x1="180.8129" gradientTransform="translate(-130.1657,-83.35279)" gradientUnits="userSpaceOnUse" id="linearGradient1030" xlink:href="#linearGradient10981-3" inkscape:collect="always" />
</defs>
<style type="text/css" id="style26">
.specularity {opacity:0.5;}
.low-specularity {opacity:0.25;}
.full-specularity {opacity:1;}
.black {fill:#000000;}
.white {fill:#ffffff;}
.outline-big {stroke-width:16;stroke:none;opacity:0.1;fill:none;}
.outline-small {stroke-width:8;stroke:none;opacity:0.2;fill:none;}
.stroke-highlight {fill:none;stroke:none;opacity:0.2;}
.base-shadow {fill:black;opacity:75;}
</style>
<!-- Copyright License -->
<metadata id="metadata49">
<rdf:RDF>
<cc:Work rdf:about="etiquette-icon">
<dc:format>image/svg+xml</dc:format>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:creator>
<cc:Agent>
<dc:title>Andy Fitzsimon</dc:title>
</cc:Agent>
</dc:creator>
<dc:rights>
<cc:Agent>
<dc:title>Andrew Michael Fitzsimon</dc:title>
</cc:Agent>
</dc:rights>
<dc:publisher>
<cc:Agent>
<dc:title>Fitzsimon IT Consulting Pty Ltd</dc:title>
</cc:Agent>
</dc:publisher>
<dc:identifier>http://andy.fitzsimon.com.au</dc:identifier>
<dc:date>2006</dc:date>
<cc:license rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
<dc:title>Inkscape Logo</dc:title>
</cc:Work>
<cc:License rdf:about="http://creativecommons.org/licenses/by-sa/3.0/">
<cc:permits rdf:resource="http://creativecommons.org/ns#Reproduction" />
<cc:permits rdf:resource="http://creativecommons.org/ns#Distribution" />
<cc:requires rdf:resource="http://creativecommons.org/ns#Notice" />
<cc:requires rdf:resource="http://creativecommons.org/ns#Attribution" />
<cc:permits rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
<cc:requires rdf:resource="http://creativecommons.org/ns#ShareAlike" />
</cc:License>
</rdf:RDF>
</metadata>
<g style="display:inline;enable-background:new" transform="matrix(0.9965784,0,0,0.9962666,0.2205497,-1.598221)" id="g9139">
<g style="opacity:0.7832512" transform="translate(3.68968e-7,0.4883067)" id="g6035">
<path inkscape:connector-curvature="0" sodipodi:nodetypes="ccccccccccccccccccccccc" style="fill:#000000;fill-opacity:1;filter:url(#filter6017)" d="m 54.1,12.98831 -41.2,42.2 c -15.6,15.6 10.1,14.3 19.4,20.2 4.3,2.8 -13.8,6.4 -10.1,10.1 3.6,3.7 21.7,7.1 25.3,10.7 3.6,3.69999 -7.3,7.59999 -3.7,11.29999 3.5,3.7 11.9,0.2 13.4,8.6 1.1,6.2 15.4,3.1 21.8,-2.2 4,-3.4 -6.9,-3.4 -3.3,-7.1 9,-9.09999 17,-4.1 20.3,-12.49999 1.8,-4.5 -13.6,-7.7 -9.5,-10.6 9.8,-6.9 45.8,-10.4 29.2,-27 l -42.7,-43.7 c -5.3,-5.000003 -14,-5.000003 -18.9,0 z m 47.3,81.3 c 0,2.1 16.3,3.3 15.4,-0.5 -1.3,-6.4 -13.6,-5.9 -15.4,0.5 z M 31.9,105.3883 c 3.7,3.2 9.3,-0.7 11.1,-5.2 -3.6,-4.69999 -16.9,0.3 -11.1,5.2 z m 67.5,-6.69999 c -4.6,4.19999 0.8,8.59999 5.3,5.69999 1.2,-0.8 -0.1,-4.7 -5.3,-5.69999 z" id="path5987" />
<path inkscape:connector-curvature="0" id="path6021" d="m 54.1,13.96492 -41.2,42.2 c -15.6,15.6 10.1,14.3 19.4,20.2 4.3,2.8 -13.8,6.4 -10.1,10.1 3.6,3.7 21.7,7.1 25.3,10.7 3.6,3.69998 -7.3,7.59998 -3.7,11.29998 3.5,3.7 11.9,0.2 13.4,8.6 1.1,6.2 15.4,3.1 21.8,-2.2 4,-3.4 -6.9,-3.4 -3.3,-7.1 9,-9.09998 17,-4.1 20.3,-12.49998 1.8,-4.5 -13.6,-7.7 -9.5,-10.6 9.8,-6.9 45.8,-10.4 29.2,-27 l -42.7,-43.7 c -5.3,-5 -14,-5 -18.9,0 z m 47.3,81.3 c 0,2.1 16.3,3.3 15.4,-0.5 -1.3,-6.4 -13.6,-5.9 -15.4,0.5 z M 31.9,106.3649 c 3.7,3.2 9.3,-0.7 11.1,-5.2 -3.6,-4.69998 -16.9,0.3 -11.1,5.2 z m 67.5,-6.69998 c -4.6,4.19998 0.8,8.59998 5.3,5.69998 1.2,-0.8 -0.1,-4.7 -5.3,-5.69998 z" style="opacity:0.5763547;fill:#000000;fill-opacity:1;filter:url(#filter6031)" sodipodi:nodetypes="ccccccccccccccccccccccc" />
</g>
<path inkscape:connector-curvature="0" sodipodi:nodetypes="ccccccccccccccccccccccc" style="fill:#000000;fill-opacity:1" d="M 54.1,12.5 12.9,54.7 C -2.7,70.3 23,69 32.3,74.9 36.6,77.7 18.5,81.3 22.2,85 c 3.6,3.7 21.7,7.1 25.3,10.7 3.6,3.7 -7.3,7.6 -3.7,11.3 3.5,3.7 11.9,0.2 13.4,8.6 1.1,6.2 15.4,3.1 21.8,-2.2 4,-3.4 -6.9,-3.4 -3.3,-7.1 9,-9.1 17,-4.1 20.3,-12.5 1.8,-4.5 -13.6,-7.7 -9.5,-10.6 9.8,-6.9 45.8,-10.4 29.2,-27 L 73,12.5 c -5.3,-5 -14,-5 -18.9,0 z m 47.3,81.3 c 0,2.1 16.3,3.3 15.4,-0.5 -1.3,-6.4 -13.6,-5.9 -15.4,0.5 z m -69.5,11.1 c 3.7,3.2 9.3,-0.7 11.1,-5.2 -3.6,-4.7 -16.9,0.3 -11.1,5.2 z m 67.5,-6.7 c -4.6,4.2 0.8,8.6 5.3,5.7 1.2,-0.8 -0.1,-4.7 -5.3,-5.7 z" id="use7631" />
<path inkscape:connector-curvature="0" sodipodi:nodetypes="ccccccccccccccccccccccc" style="fill:none" d="M 54.1,12.5 12.9,54.7 C -2.7,70.3 23,69 32.3,74.9 36.6,77.7 18.5,81.3 22.2,85 c 3.6,3.7 21.7,7.1 25.3,10.7 3.6,3.7 -7.3,7.6 -3.7,11.3 3.5,3.7 11.9,0.2 13.4,8.6 1.1,6.2 15.4,3.1 21.8,-2.2 4,-3.4 -6.9,-3.4 -3.3,-7.1 9,-9.1 17,-4.1 20.3,-12.5 1.8,-4.5 -13.6,-7.7 -9.5,-10.6 9.8,-6.9 45.8,-10.4 29.2,-27 L 73,12.5 c -5.3,-5 -14,-5 -18.9,0 z m 47.3,81.3 c 0,2.1 16.3,3.3 15.4,-0.5 -1.3,-6.4 -13.6,-5.9 -15.4,0.5 z m -69.5,11.1 c 3.7,3.2 9.3,-0.7 11.1,-5.2 -3.6,-4.7 -16.9,0.3 -11.1,5.2 z m 67.5,-6.7 c -4.6,4.2 0.8,8.6 5.3,5.7 1.2,-0.8 -0.1,-4.7 -5.3,-5.7 z" id="use7639" />
<use inkscape:label="blue_cast" id="use7641" xlink:href="#outline1" class="low-specularity" style="opacity:0.6699507;fill:url(#linearGradient9175);filter:url(#filter8490)" x="0" y="0" width="400" height="300" transform="matrix(0.9905442,0,0,0.9905442,0.6051535,0.604136)" clip-path="url(#clipPath9086)" />
<path inkscape:connector-curvature="0" id="path7643" d="m 16.56522,57.03937 c -11.201945,11.10103 8.47714,7.97256 23.6149,13.92674 l 31.2847,-55.00052 c -4.74316,-4.84409 -10.79826,-4.44041 -15.13776,0 L 16.56522,57.03937 z" style="opacity:0.5052631;fill:url(#shinySpecular-4);stroke:none" class="specularity" />
<path inkscape:connector-curvature="0" d="m 70.5,15.5 16.3,16.6 c 1.5,1.5 1.5,4.6 0.6,5.5 L 79.3,31 77.7,40.7 71,37.1 60.1,44 56.5,29.5 50.7,42.1 36.2,42 c -2.8,0 -2.4,-2.9 0.5,-5.8 5.7,-6.3 16.8,-17 20.3,-20.7 3.6,-3.7 9.9,-3.6 13.5,0 z" style="fill:url(#IcecapTip-6)" class="full-specularity" id="icecap-7" />
<path inkscape:connector-curvature="0" style="opacity:0.2167488;fill:url(#radialGradient9177);fill-opacity:1;fill-rule:evenodd;stroke:none" d="m 113,203.5 c 0,0 3.3405,5.1007 3,7.5 -0.6682,4.7087 -10.8094,7.0584 -8.5625,11.25 2.2199,4.1411 10.2214,1.794 16.9375,6.125 6.6875,4.3125 4.8895,13.1015 9.75,15.3125 9.4792,4.312 34.375,-7.4375 33.125,-7.1875 -1.25,0.25 -24.5701,5.0954 -29.8201,0.8454 -5.986,-4.8457 -7.7022,-8.2302 -12.1174,-11.0954 -4.1375,-2.685 -9.9497,-3.7804 -11.3025,-5.9787 -1.3528,-2.1982 2.7092,-5.0346 2.99,-9.2713 0.1686,-2.5444 -4,-7.5 -4,-7.5 z" id="path8566" transform="matrix(0.5296484,0,0,0.5296484,-11.72226,-13.86416)" sodipodi:nodetypes="csszsszszsc" />
<path inkscape:connector-curvature="0" sodipodi:nodetypes="csszscssc" transform="matrix(0.5296484,0,0,0.5296484,-11.72226,-13.86416)" id="path8718" d="m 113,203.5 c 0,0 3.3405,5.1007 3,7.5 -0.6682,4.7087 -10.8094,7.0584 -8.5625,11.25 2.2199,4.1411 10.2214,1.794 16.9375,6.125 6.6875,4.3125 4.8895,13.1015 9.75,15.3125 9.4792,4.312 34.375,-7.4375 33.125,-7.1875 -41.3396,0.1574 -33.6249,-10.4946 -49.5625,-17.5 -2.303,-1.0123 -0.9683,-3.7633 -0.6875,-8 0.1686,-2.5444 -4,-7.5 -4,-7.5 z" style="opacity:0.2758621;fill:url(#radialGradient8574);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter8732)" />
<path inkscape:connector-curvature="0" style="opacity:0.453202;fill:url(#radialGradient8744);fill-opacity:1;fill-rule:evenodd;stroke:none" d="m 183.25,181.75 c 37.1037,-13.6546 49.0236,-15.5306 61.25,-27.75 -14.1607,11.9537 -44.0985,18.3658 -68.5,29 l 7.25,-1.25 z" id="path8736" transform="matrix(0.5296484,0,0,0.5296484,-11.72226,-13.86416)" sodipodi:nodetypes="cccc" />
<path inkscape:connector-curvature="0" sodipodi:nodetypes="cccc" transform="matrix(0.5296484,0,0,0.5296484,-11.72226,-14.79104)" id="path8746" d="m 183.25,181.75 c 61.1037,-21.6546 50.7736,-21.5306 61.25,-27.75 -19.4277,7.4367 -55.7345,8.2298 -68.5,29 l 7.25,-1.25 z" style="opacity:0.5123153;fill:url(#radialGradient8768);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter8764)" />
<path sodipodi:type="arc" style="opacity:0.2857143;fill:url(#linearGradient8912);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" id="path8864" sodipodi:cx="229.9375" sodipodi:cy="199.0625" sodipodi:rx="7.9375" sodipodi:ry="2.4375" d="m 237.875,199.0625 c 0,1.3462 -3.5537,2.4375 -7.9375,2.4375 -4.3838,0 -7.9375,-1.0913 -7.9375,-2.4375 0,-1.3462 3.5537,-2.4375 7.9375,-2.4375 4.3838,0 7.9375,1.0913 7.9375,2.4375 z" transform="matrix(0.5296484,0,0,0.5296484,-12.38432,-14.79104)" />
<path transform="matrix(0.7131486,0,0,1.140781,-54.5779,-134.955)" d="m 237.875,199.0625 c 0,1.3462 -3.5537,2.4375 -7.9375,2.4375 -4.3838,0 -7.9375,-1.0913 -7.9375,-2.4375 0,-1.3462 3.5537,-2.4375 7.9375,-2.4375 4.3838,0 7.9375,1.0913 7.9375,2.4375 z" sodipodi:ry="2.4375" sodipodi:rx="7.9375" sodipodi:cy="199.0625" sodipodi:cx="229.9375" id="path8874" style="opacity:0.6206894;fill:url(#linearGradient8910);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter8906);enable-background:accumulate" sodipodi:type="arc" />
<path inkscape:connector-curvature="0" style="fill:url(#radialGradient8922);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter8980)" d="m 214.125,203.75 c 3.7695,3.4842 24.7558,5.2722 28.1875,-1 -6.7366,4.7839 -21.7168,3.1026 -28.1875,1 z" id="path8914" transform="matrix(0.5296484,0,0,0.5296484,-11.72226,-14.23868)" sodipodi:nodetypes="ccc" />
<path transform="matrix(0.2042516,-0.1035605,0.2395168,0.4723972,5.754795,30.28656)" d="m 236.4459,199.0625 c 0,1.7022 -2.9139,3.0821 -6.5084,3.0821 -3.5945,0 -6.5084,-1.3799 -6.5084,-3.0821 0,-1.7022 2.9139,-3.0821 6.5084,-3.0821 3.5945,0 6.5084,1.3799 6.5084,3.0821 z" sodipodi:ry="3.082082" sodipodi:rx="6.508443" sodipodi:cy="199.0625" sodipodi:cx="229.9375" id="path8984" style="opacity:0.2857143;fill:url(#linearGradient8990);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" sodipodi:type="arc" />
<path sodipodi:type="arc" style="opacity:0.6206894;fill:url(#linearGradient8992);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter8906);enable-background:accumulate" id="path8986" sodipodi:cx="229.9375" sodipodi:cy="199.0625" sodipodi:rx="7.055552" sodipodi:ry="2.140048" d="m 236.9931,199.0625 c 0,1.1819 -3.1589,2.14 -7.0556,2.14 -3.8967,0 -7.0556,-0.9581 -7.0556,-2.14 0,-1.1819 3.1589,-2.14 7.0556,-2.14 3.8967,0 7.0556,0.9581 7.0556,2.14 z" transform="matrix(0.2750159,-0.1394397,0.5158824,1.017471,-65.3535,-69.30064)" />
<path inkscape:connector-curvature="0" sodipodi:nodetypes="ccc" transform="matrix(0.2042516,-0.1035605,0.2395168,0.4723972,6.259901,30.64976)" id="path8988" d="m 217.0575,201.9403 c 3.7695,3.4842 26.9713,8.9112 25.255,0.8097 -3.3174,5.3233 -18.7842,1.2929 -25.255,-0.8097 z" style="fill:url(#radialGradient8994);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter8980)" />
<path inkscape:connector-curvature="0" style="fill:url(#radialGradient9004);fill-opacity:1;fill-rule:evenodd;stroke:none" d="m 68.25,186 c 0,-0.6206 38.8462,11.8385 45.5,18.5 -5.4712,-5.3385 -33.15971,-17.6161 -37.375,-17.75 -4.21529,-0.1339 -7.625,-0.5 -8.125,-0.75 z" id="path8996" transform="matrix(0.5296484,0,0,0.5296484,-11.72226,-13.86416)" sodipodi:nodetypes="cczc" />
<g id="g9018" transform="matrix(0.8790148,-0.1929959,0.2338341,0.6959295,-20.20953,36.72556)">
<path sodipodi:type="arc" style="opacity:0.2857143;fill:url(#linearGradient9023);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" id="path9006" sodipodi:cx="229.9375" sodipodi:cy="199.0625" sodipodi:rx="7.9375" sodipodi:ry="2.4375" d="m 237.875,199.0625 c 0,1.3462 -3.5537,2.4375 -7.9375,2.4375 -4.3838,0 -7.9375,-1.0913 -7.9375,-2.4375 0,-1.3462 3.5537,-2.4375 7.9375,-2.4375 4.3838,0 7.9375,1.0913 7.9375,2.4375 z" transform="matrix(0.5296484,0,0,0.5296484,-84.4165,-4.727724)" />
<path transform="matrix(0.7131486,0,0,1.140781,-126.6101,-124.8917)" d="m 237.875,199.0625 c 0,1.3462 -3.5537,2.4375 -7.9375,2.4375 -4.3838,0 -7.9375,-1.0913 -7.9375,-2.4375 0,-1.3462 3.5537,-2.4375 7.9375,-2.4375 4.3838,0 7.9375,1.0913 7.9375,2.4375 z" sodipodi:ry="2.4375" sodipodi:rx="7.9375" sodipodi:cy="199.0625" sodipodi:cx="229.9375" id="path9008" style="opacity:0.6206894;fill:url(#linearGradient9025);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter8906);enable-background:accumulate" sodipodi:type="arc" />
</g>
<path inkscape:connector-curvature="0" style="opacity:0.6157635;fill:url(#radialGradient9046);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter9068)" d="m 80.5,220.0625 c 0,0 2.10339,5.6508 7.875,5.9375 5.83887,0.2901 12.5032,-7.007 13.0625,-9.625 -1,2.25 -6.59033,9.0333 -13.8125,8.9375 -4.09986,-0.054 -7.125,-5.25 -7.125,-5.25 z" id="path9038" transform="matrix(0.5296484,0,0,0.5296484,-11.62295,-14.42691)" sodipodi:nodetypes="czczc" />
<path inkscape:label="top_inner_highlight" d="m 63.40625,10.21875 c -3.09818,0 -6.1346,1.12204 -8.28125,3.3125 l -41.1875,42.1875 c -3.76562,3.76562 -4.670241,6.23069 -4.4375,7.625 0.116371,0.69716 0.458599,1.30303 1.1875,1.9375 0.7289,0.63447 1.83149,1.25639 3.15625,1.8125 2.64951,1.11222 6.21796,2.00808 9.71875,2.96875 3.50079,0.96067 6.92981,1.97463 9.53125,3.625 0.39662,0.25827 0.76909,0.57647 1.03125,1.03125 0.26216,0.45478 0.35422,1.05609 0.25,1.5625 -0.20843,1.01282 -0.83202,1.54698 -1.46875,2.03125 -1.27346,0.96853 -3.02326,1.77323 -4.78125,2.625 -1.75799,0.85177 -3.52492,1.72324 -4.40625,2.4375 -0.44066,0.35713 -0.60011,0.67813 -0.59375,0.65625 0.006,-0.0219 -0.11685,-0.2731 0.0937,-0.0625 0.55176,0.56709 2.27408,1.53816 4.46875,2.40625 2.19467,0.86809 4.88065,1.74562 7.59375,2.625 2.7131,0.87938 5.4575,1.74996 7.78125,2.65625 2.32375,0.90629 4.21769,1.74894 5.46875,3 0.62268,0.63998 1.06263,1.43596 1.15625,2.25 0.0936,0.81404 -0.12681,1.57803 -0.4375,2.21875 -0.62138,1.2814 -1.62031,2.2672 -2.53125,3.2188 -0.91094,0.9515 -1.73623,1.8603 -2.03125,2.4687 -0.14751,0.3042 -0.17035,0.5024 -0.15625,0.625 0.0141,0.1226 0.0352,0.2462 0.3125,0.5313 A 1.456677,1.456677 0 0 1 44.875,106 c 1.1936,1.2618 3.787,1.4392 6.71875,2.125 1.46587,0.3429 2.99891,0.862 4.3125,2 1.31359,1.138 2.29944,2.8706 2.71875,5.2188 0.17646,0.9945 0.70272,1.4788 1.96875,1.875 1.26603,0.3961 3.19435,0.4655 5.3125,0.1562 4.2363,-0.6186 9.26003,-2.6953 12.15625,-5.0938 0.17999,-0.1529 0.12996,-0.1125 0.1875,-0.1874 -0.1948,-0.1394 -0.65164,-0.4366 -1.40625,-0.8126 -0.89153,-0.4441 -1.9447,-0.8595 -2.75,-1.875 -0.40265,-0.5077 -0.67988,-1.3093 -0.5625,-2.0937 0.11738,-0.7844 0.54683,-1.437 1.125,-2.0313 4.74575,-4.7984 9.42194,-5.94409 12.9375,-6.87495 1.75778,-0.46543 3.22929,-0.89123 4.34375,-1.59375 1.11446,-0.70252 1.98508,-1.66373 2.71875,-3.53125 0.0809,-0.20217 0.0786,-0.26085 -0.0312,-0.5 C 94.5152,92.5421 94.22054,92.15952 93.75,91.75 92.80892,90.93096 91.23958,90.0508 89.6875,89.1875 88.13542,88.3242 86.62703,87.51926 85.53125,86.5 c -0.54789,-0.50963 -1.12202,-1.15163 -1.1875,-2.125 -0.0655,-0.97337 0.57257,-1.85163 1.3125,-2.375 2.74572,-1.93321 6.89628,-3.40491 11.40625,-4.96875 4.51,-1.56384 9.3611,-3.18213 13.3125,-5.03125 3.9514,-1.84912 6.8573,-3.97867 7.7812,-6.125 0.462,-1.07317 0.5467,-2.15861 0.063,-3.5625 -0.4842,-1.40389 -1.5896,-3.12083 -3.5626,-5.09375 L 72,13.5625 c -0.0107,-0.0101 -0.0205,-0.0212 -0.0312,-0.0312 -2.35772,-2.20774 -5.47837,-3.3125 -8.5625,-3.3125 z m 45.93755,80 c -2.6352,0.0951 -5.0596,1.30141 -6.0938,3.1875 0.2938,0.11052 0.5584,0.23497 1.0312,0.34375 1.3757,0.31646 3.2955,0.52074 5.1876,0.5625 1.892,0.0418 3.7841,-0.11747 4.9374,-0.4375 0.5049,-0.14009 0.7724,-0.28178 0.9063,-0.375 -0.2558,-1.09109 -0.8649,-1.86212 -1.9063,-2.4375 -1.0786,-0.59595 -2.5566,-0.89811 -4.0624,-0.84375 z m -70.50005,9.0625 c -2.08988,-0.14535 -4.71655,0.68656 -6,1.71875 -0.64172,0.5161 -0.91327,0.9944 -0.9375,1.3125 -0.0242,0.3181 0.0773,0.742 0.9375,1.4687 a 1.456677,1.456677 0 0 1 0,0.031 c 1.35282,1.17 2.88226,1.048 4.625,0.094 1.46095,-0.7999 2.7572,-2.3007 3.625,-3.875 -0.58503,-0.37729 -1.28454,-0.68281 -2.25,-0.74995 z m 61,0.625 c -0.4473,0.56855 -0.6909,1.09795 -0.71875,1.46875 -0.0384,0.5117 0.10661,0.9072 0.5,1.2812 0.7373,0.701 2.3391,1.0028 3.9688,0.125 -0.032,-0.189 -0.093,-0.4759 -0.3438,-0.8437 -0.4999,-0.7341 -1.6686,-1.5251 -3.40625,-2.03125 z" inkscape:href="#use7639" id="87235" style="fill:none;stroke:url(#radialGradient11553);stroke-width:1.0035907;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;filter:url(#filter9298)" xlink:href="#use7639" inkscape:original="M 63.40039 8.75 C 59.95039 8.75 56.54961 10 54.09961 12.5 L 12.90039 54.69922 C -2.699609 70.29922 23.00078 69.00039 32.30078 74.90039 C 36.60078 77.70039 18.49922 81.3 22.19922 85 C 25.79922 88.7 43.9 92.09922 47.5 95.69922 C 51.1 99.39922 40.20078 103.3 43.80078 107 C 47.30078 110.7 55.69922 107.1996 57.19922 115.5996 C 58.29922 121.7996 72.6 118.7004 79 113.4004 C 83 110.0004 72.09922 110.0008 75.69922 106.3008 C 84.69922 97.20078 92.7 102.2008 96 93.80078 C 97.8 89.30078 82.4 86.09922 86.5 83.19922 C 96.3 76.29922 132.2992 72.79922 115.6992 56.19922 L 73 12.5 C 70.35 10 66.85039 8.75 63.40039 8.75 z M 109.2871 88.75 C 105.8246 88.875 102.3004 90.60078 101.4004 93.80078 C 101.4004 95.90078 117.7008 97.10078 116.8008 93.30078 C 116.1508 90.10078 112.7496 88.625 109.2871 88.75 z M 38.93164 97.83984 C 33.94414 97.49297 27.55039 101.2254 31.90039 104.9004 C 35.60039 108.1004 41.2 104.1992 43 99.69922 C 42.1 98.52422 40.59414 97.95547 38.93164 97.83984 z M 99.40039 98.19922 C 94.80039 102.3992 100.1992 106.8004 104.6992 103.9004 C 105.8992 103.1004 104.6004 99.19922 99.40039 98.19922 z " inkscape:radius="-1.456531" sodipodi:type="inkscape:offset" />
<path inkscape:connector-curvature="0" sodipodi:nodetypes="csssssscs" transform="matrix(0.4883067,0,0,0.4883067,-5.810401,-7.704252)" id="path5897" d="m 95.5,172 c -5.09061,1.5019 -21.59202,7.7371 -19.25,12.5 2.2436,4.5627 40.6114,6.4013 46.5,20 2.5679,5.9301 -5.8924,10.4033 -3.75,16.5 1.6497,4.6948 14.412,16.4908 22.486,22.0678 6.333,4.3744 14.651,-3.5224 11.264,-10.0678 -5.3959,-10.4276 18.4427,-23.1991 29.25,-29 6.3052,-3.3844 -13,-20 -13,-20 0,0 -73.5,-12 -73.5,-12 z" style="opacity:0.3251231;fill:url(#linearGradient5905);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter5983-5)" />
<path inkscape:connector-curvature="0" sodipodi:nodetypes="cssssssssss" id="path5783" d="m 41.74217,78.53304 c 2.23193,1.63922 6.63675,0.65053 9.28212,1.84176 6.34952,2.85921 14.15494,6.04542 12.71857,0.40455 0,0 -1.61577,1.34204 -1.61577,1.34204 0,0 -0.0315,-2.55754 -0.0315,-2.55754 0,0 -3.75198,0.91629 -3.75198,0.91629 0,0 -2.90617,-2.33276 -4.23852,-3.10199 -0.27829,-0.16067 -1.7077,1.29281 -1.7077,1.29281 0,0 -0.25697,-1.5438 -0.25697,-1.5438 -1.85737,-0.19764 -3.69616,-0.28481 -5.31515,-0.27182 -3.88094,0.0311 -6.49906,0.63774 -5.08307,1.6777 z" style="fill:url(#linearGradient5801);fill-opacity:1;fill-rule:evenodd;stroke:none" />
<path inkscape:connector-curvature="0" sodipodi:nodetypes="csssssc" transform="matrix(0.4883067,0,0,0.4883067,-5.810401,-7.704252)" id="path5803" d="m 182.75,187.25 c -1.7598,6.4783 21.6278,15.2799 19.875,19.75 -3.859,9.8416 -24.976,3.1375 -41.125,23.75 -2.3132,2.9525 3.25,13.5 2.5,12.25 -0.75,-1.25 -6.4649,-9.9629 -5,-14.25 4.5942,-13.4452 49.0128,-18.4575 40.875,-24.875 -4.6799,-3.6906 -21.5055,-13.8872 -17.125,-16.625 z" style="opacity:0.4778325;fill:url(#radialGradient5811);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter5845)" />
<path transform="matrix(0.4883067,0,0,0.4883067,-6.359746,-8.009444)" d="m 236.5,201.1875 c 0,0.5868 -1.1473,1.0625 -2.5625,1.0625 -1.4152,0 -2.5625,-0.4757 -2.5625,-1.0625 0,-0.5868 1.1473,-1.0625 2.5625,-1.0625 1.4152,0 2.5625,0.4757 2.5625,1.0625 z" sodipodi:ry="1.0625" sodipodi:rx="2.5625" sodipodi:cy="201.1875" sodipodi:cx="233.9375" id="path6041" style="opacity:0.5862069;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" sodipodi:type="arc" />
<path sodipodi:type="arc" style="opacity:0.5862069;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" id="path6043" sodipodi:cx="233.9375" sodipodi:cy="201.1875" sodipodi:rx="2.5625" sodipodi:ry="1.0625" d="m 236.5,201.1875 c 0,0.5868 -1.1473,1.0625 -2.5625,1.0625 -1.4152,0 -2.5625,-0.4757 -2.5625,-1.0625 0,-0.5868 1.1473,-1.0625 2.5625,-1.0625 1.4152,0 2.5625,0.4757 2.5625,1.0625 z" transform="matrix(0.3096579,0,0,0.4883067,27.52844,1.573576)" />
<path sodipodi:type="arc" style="opacity:0.5862069;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" id="path6045" sodipodi:cx="233.9375" sodipodi:cy="201.1875" sodipodi:rx="2.5625" sodipodi:ry="1.0625" d="m 236.5,201.1875 c 0,0.5868 -1.1473,1.0625 -2.5625,1.0625 -1.4152,0 -2.5625,-0.4757 -2.5625,-1.0625 0,-0.5868 1.1473,-1.0625 2.5625,-1.0625 1.4152,0 2.5625,0.4757 2.5625,1.0625 z" transform="matrix(0.5478563,0,0,0.4883067,-92.10223,1.115795)" />
<path inkscape:connector-curvature="0" sodipodi:nodetypes="ccc" id="path5049" d="m 36.67228,76.52865 c -7.15299,4.42411 -18.27403,6.03423 -6.10383,8.97264 -1.44971,-3.2281 3.13858,-2.87202 6.10383,-8.97264 z" style="opacity:0.2512315;fill:url(#linearGradient5822);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.0478933;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path inkscape:connector-curvature="0" style="opacity:0.3631579;color:#000000;fill:url(#linearGradient1030);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter10997-7);enable-background:accumulate" d="m 8.83428,171.6472 c 0,0 22.59178,-2.1279 27.81802,-8.6464 3.05755,-3.8136 -12.15146,-8.2638 -8.86827,-12 12.35008,-14.0541 22.73076,-13.4673 37.05025,-19.3536 14.31949,-5.8862 9.03544,-8.769 4.40381,-11.3535 -7.9325,-4.4264 -25.58722,-9.1424 -19.74696,-19.6465 5.87688,-10.56993 57.34317,-25.24999 57.34317,-25.24999 15.5962,-5.32843 13.6391,-14.96447 6,-23 L 66.83428,6.647214 c 0,0 2.28296,43.388646 -7,61.999996 -11.4715,22.99914 -72.54408,48.66179 -47,51.49999 9,1 13.32065,4.0705 17,11 7.57631,14.2688 -21,40.5 -21,40.5 z" id="path10207" sodipodi:nodetypes="csszsscccsssc" transform="matrix(0.4883067,0,0,0.4883067,57.7504,32.99748)" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 37 KiB

View file

@ -0,0 +1,66 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="8.4666662mm"
height="8.4666672mm"
viewBox="0 0 8.4666662 8.4666672"
version="1.1"
id="svg1"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview1"
pagecolor="#505050"
bordercolor="#ffffff"
borderopacity="1"
inkscape:showpageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="1"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm" />
<defs
id="defs1">
<linearGradient
id="paint0_linear"
x1="16.180799"
y1="28.3899"
x2="16.180799"
y2="5.61023"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.26458333,0,0,0.26458333,100.27708,143.40417)">
<stop
stop-color="#7400E1"
id="stop4" />
<stop
offset="1"
stop-color="#4000BF"
id="stop5" />
</linearGradient>
</defs>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-100.27708,-143.66874)">
<path
d="m 104.51039,151.92018 c 2.21914,0 4.01809,-1.79895 4.01809,-4.01809 0,-2.21912 -1.79895,-4.01807 -4.01809,-4.01807 -2.21912,0 -4.01808,1.79895 -4.01808,4.01807 0,2.21914 1.79896,4.01809 4.01808,4.01809 z"
fill="#ffffff"
id="path1"
style="stroke-width:0.264583" />
<path
d="m 104.51041,143.66875 c -2.338,0 -4.23333,1.89533 -4.23333,4.23334 0,2.33801 1.89533,4.23333 4.23333,4.23333 2.33802,0 4.23334,-1.89532 4.23334,-4.23333 0,-2.33801 -1.89532,-4.23334 -4.23334,-4.23334 z m 0,0.43051 c 2.10024,0 3.80283,1.70259 3.80283,3.80283 0,2.10023 -1.70259,3.80283 -3.80283,3.80283 -2.10024,0 -3.80282,-1.7026 -3.80282,-3.80283 0,-2.10024 1.70258,-3.80283 3.80282,-3.80283 z"
fill="#4000bf"
id="path2"
style="stroke-width:0.264583" />
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="m 104.55825,144.88854 c 1.66436,0 3.01358,1.34921 3.01358,3.01357 0,1.66434 -1.34922,3.01355 -3.01358,3.01355 -1.66433,0 -3.01355,-1.34921 -3.01355,-3.01355 0,-0.40677 0.0806,-0.7947 0.22667,-1.14871 0.21329,0.29046 0.55726,0.47903 0.94527,0.47903 0.64725,0 1.17195,-0.5247 1.17195,-1.17195 0,-0.38801 -0.18857,-0.73198 -0.47906,-0.94527 0.35404,-0.14608 0.74198,-0.22667 1.14872,-0.22667 z"
fill="url(#paint0_linear)"
id="path3"
style="fill:url(#paint0_linear);stroke-width:0.264583" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

View file

@ -0,0 +1 @@
<svg width="400" height="220" version="1.0" viewBox="0 0 400 220" xmlns="http://www.w3.org/2000/svg"><style>@media (prefers-color-scheme:dark){g[fill]{filter:invert(1);stroke:none}}</style><g transform="scale(.1)" stroke="#fff" stroke-width="10"><g fill="#444"><circle cx="220" cy="1570" r="190"/><path d="m1330 312c-30 41-698 1492-710 1528s25 66 100 101c77 36 102 34 124 3s701-1477 716-1525c15-47-20-73-84-104s-116-44-146-3z"/></g><g fill="#111"><circle cx="2410" cy="200" r="190"/><path d="m1830 655c0 129 0 130 70 130h360v423c0 246-5 474-10 506-19 112-88 176-190 176-59 0-120-27-147-66-51-73-65-84-99-84-31 0-40 8-104 93-84 111-86 129-32 189 227 252 692 187 836-118 53-112 56-153 56-795v-514c0-64-30-100-100-100h-490c-149 0-150 0-150 160zM2867 1233c30 302 250 499 438 527 144 19 244 0 375-90v410c0 81 0 100 150 100 136 0 150-20 150-150v-1420c0-99-19-100-150-100s-139 15-139 82c-103-89-351-149-523-49s-342 278-301 690zm803-107c0 292-105 356-237 356-178 0-249-147-273-296-27-168 25-420 262-420 171 0 248 89 248 360z"/></g></g></svg>

After

Width:  |  Height:  |  Size: 1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

View file

@ -0,0 +1,55 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="22.460484mm"
height="24.971394mm"
viewBox="0 0 22.460484 24.971394"
version="1.1"
id="svg1"
inkscape:export-filename="kustomize.svg"
inkscape:export-xdpi="1366.097"
inkscape:export-ydpi="1366.097"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview1"
pagecolor="#505050"
bordercolor="#ffffff"
borderopacity="1"
inkscape:showpageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="1"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm" />
<defs
id="defs1" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-93.133333,-135.46667)">
<path
class="b"
d="M 110.42121,135.46667 H 94.517104 a 1.3837708,1.3837708 0 0 0 -1.383771,1.38377 v 18.38854 a 1.3837708,1.3837708 0 0 0 1.383771,1.38377 h 15.904106 a 1.3837708,1.3837708 0 0 0 1.38377,-1.38377 v -18.38854 a 1.3837708,1.3837708 0 0 0 -1.38377,-1.38377 z"
id="path5"
style="fill:#3f60a8;fill-opacity:0.4;stroke-width:0.264583" />
<path
class="b"
d="m 112.72837,137.77384 h -15.9041 a 1.3837708,1.3837708 0 0 0 -1.383771,1.38377 v 18.38589 a 1.3864166,1.3864166 0 0 0 1.383771,1.38642 h 15.9041 a 1.3864166,1.3864166 0 0 0 1.38378,-1.38642 v -18.38589 a 1.3837708,1.3837708 0 0 0 -1.38378,-1.38377 z"
id="path6"
style="fill:#3f60a8;fill-opacity:0.4;stroke-width:0.264583" />
<path
class="a"
d="m 99.041479,140.081 h 15.168561 a 1.3837708,1.3837708 0 0 1 1.38377,1.38377 v 17.5895 a 1.381125,1.381125 0 0 1 -1.38377,1.38378 H 99.041479 a 1.381125,1.381125 0 0 1 -1.383771,-1.38378 v -17.5895 a 1.3837708,1.3837708 0 0 1 1.383771,-1.38377 z"
id="path7"
style="fill:#3e5fa8;stroke-width:0.264583" />
<path
class="c"
d="m 102.53398,144.47838 v 10.98285 h 1.4605 v -3.84439 l 1.83092,-1.70921 3.96875,5.55625 h 1.85208 l -4.81277,-6.55373 4.62756,-4.42913 h -1.89177 l -5.55625,5.47688 v -5.47688 z"
id="path8"
style="fill:#ffffff;stroke-width:0.264583" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

View file

@ -0,0 +1,80 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 128 128" style="display:inline;enable-background:new" version="1.0" id="svg11300" height="128" width="128">
<title id="title4162">Adwaita Icon Template</title>
<defs id="defs3">
<clipPath id="clipPath868" clipPathUnits="userSpaceOnUse">
<rect style="display:inline;opacity:1;fill:#4fd2fd;fill-opacity:1;stroke:none;stroke-width:0.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new" id="rect870" width="112" height="80" x="8" y="196" rx="8" ry="8"/>
</clipPath>
<linearGradient id="linearGradient1427">
<stop id="stop1423" offset="0" style="stop-color:#c64600;stop-opacity:1"/>
<stop style="stop-color:#c64600;stop-opacity:1" offset="0.84624046" id="stop1431"/>
<stop id="stop1433" offset="0.9231202" style="stop-color:#e66100;stop-opacity:1"/>
<stop id="stop1425" offset="1" style="stop-color:#c64600;stop-opacity:1"/>
</linearGradient>
<linearGradient id="linearGradient7688">
<stop id="stop7684" offset="0" style="stop-color:#1a5fb4;stop-opacity:1"/>
<stop style="stop-color:#1c71d8;stop-opacity:1" offset="0.1875" id="stop3222"/>
<stop style="stop-color:#1a5fb4;stop-opacity:1" offset="0.375" id="stop1435"/>
<stop id="stop7686" offset="1" style="stop-color:#1a5fb4;stop-opacity:1"/>
</linearGradient>
<linearGradient y2="64" x2="116" y1="64" x1="12" gradientUnits="userSpaceOnUse" id="linearGradient888" xlink:href="#linearGradient7688"/>
<linearGradient y2="112" x2="116" y1="112" x1="63.970703" gradientTransform="matrix(1,0,0,0.99997115,5e-7,0.00335)" gradientUnits="userSpaceOnUse" id="linearGradient890" xlink:href="#linearGradient1427"/>
</defs>
<metadata id="metadata4">
<rdf:RDF>
<cc:Work rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
<dc:creator>
<cc:Agent>
<dc:title>GNOME Design Team</dc:title>
</cc:Agent>
</dc:creator>
<dc:source/>
<cc:license rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/"/>
<dc:title>Adwaita Icon Template</dc:title>
<dc:subject>
<rdf:Bag/>
</dc:subject>
<dc:date/>
<dc:rights>
<cc:Agent>
<dc:title/>
</cc:Agent>
</dc:rights>
<dc:publisher>
<cc:Agent>
<dc:title/>
</cc:Agent>
</dc:publisher>
<dc:identifier/>
<dc:relation/>
<dc:language/>
<dc:coverage/>
<dc:description/>
<dc:contributor>
<cc:Agent>
<dc:title/>
</cc:Agent>
</dc:contributor>
</cc:Work>
<cc:License rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
<cc:permits rdf:resource="http://creativecommons.org/ns#Reproduction"/>
<cc:permits rdf:resource="http://creativecommons.org/ns#Distribution"/>
<cc:requires rdf:resource="http://creativecommons.org/ns#Notice"/>
<cc:requires rdf:resource="http://creativecommons.org/ns#Attribution"/>
<cc:permits rdf:resource="http://creativecommons.org/ns#DerivativeWorks"/>
<cc:requires rdf:resource="http://creativecommons.org/ns#ShareAlike"/>
</cc:License>
</rdf:RDF>
</metadata>
<g transform="translate(0,-172)" style="display:inline" id="layer1">
<g style="display:inline" id="layer9">
<rect ry="39" y="184" x="12" height="100" width="104" id="rect930" style="opacity:1;fill:#3584e4;fill-opacity:1;stroke:none;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
<path transform="translate(0,172)" id="path878" d="M 12 74.523438 L 12 77 L 12 78.523438 L 12.039062 78.523438 C 12.834855 99.416938 29.90482 116 51 116 L 58.890625 116 L 77 116 L 63.970703 115.99609 L 63.970703 112 L 58.890625 112 L 51 112 C 29.90482 112 12.834865 95.416938 12.039062 74.523438 L 12 74.523438 z " style="opacity:1;fill:url(#linearGradient888);fill-opacity:1;stroke:none;stroke-width:5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
<path transform="translate(0,172)" id="path880" d="M 116 104 C 116 108.432 112.432 112 108 112 L 77 112 L 63.970703 112 L 63.970703 115.99609 L 77 116 L 108 116 C 112.432 116 116 112.43187 116 108 L 116 104 z " style="display:inline;fill:url(#linearGradient890);fill-opacity:1;stroke-width:0.99998552;enable-background:new"/>
<path id="path884" d="m 20,184 c -4.431999,0 -8,3.568 -8,8 v 31 6.32422 c 2.41723,6.19473 5.90014,11.98333 10.60742,17.05078 5.5033,5.92436 13.680291,10.87906 22.14258,12.7168 8.46229,1.83772 17.20734,0.56105 23.85938,-5.97266 2.27839,-2.23785 4.19951,-5.55421 4.876951,-8.95117 0.67743,-3.39695 0.11237,-6.87287 -2.574221,-9.44531 -0.85264,-0.81642 -2.11333,-1.51151 -3.39258,-1.74219 -1.27138,-0.22927 -2.55726,0 -3.48242,1.01953 1.03228,0.938 1.264401,2.24323 1.033201,3.52539 -0.23278,1.29085 -0.93222,2.5617 -1.75586,3.42188 -2.5856,2.70033 -6.08357,3.26568 -9.49218,2.58593 -3.4086,-0.67976 -6.73127,-2.60464 -8.97657,-4.89062 -4.91008,-4.99899 -6.85572,-11.17831 -6.74609,-17.53125 0.0365,-2.11766 0.30166,-4.25456 0.76172,-6.37305 1.84027,-8.47398 6.7982,-16.65732 12.73047,-22.16797 3.78778,-3.51857 7.97986,-6.34942 12.439449,-8.57031 z" style="opacity:1;fill:#ff9632;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
<path id="path886" d="m 76.88867,208.14844 c -6.34194,-0.1105 -12.50901,1.83213 -17.49804,6.73242 -2.27839,2.23785 -4.19756,5.55616 -4.875,8.95312 -0.67743,3.39695 -0.11238,6.87288 2.57421,9.44532 0.85264,0.81642 2.11334,1.5115 3.39258,1.74218 1.271831,0.22934 2.55719,-0.001 3.48242,-1.02148 -1.03233,-0.9379 -1.26438,-2.24332 -1.0332,-3.52539 0.23276,-1.29075 0.93228,-2.56176 1.75586,-3.42188 2.58548,-2.70021 6.08367,-3.26566 9.49219,-2.58593 3.4085,0.67974 6.72937,2.60471 8.97461,4.89062 4.91001,4.99893 6.85768,11.1784 6.74804,17.53125 -0.0365,2.11761 -0.30165,4.25458 -0.76171,6.37305 -1.84025,8.47387 -6.79827,16.65738 -12.73047,22.16797 C 72.622341,278.9483 68.4305,281.7791 63.970701,284 H 77 108 c 4.432,0 8,-3.568 8,-8 v -27 -10.32422 c -2.41743,-6.19474 -5.90013,-11.98333 -10.60742,-17.05078 -5.503319,-5.92436 -13.678339,-10.8771 -22.140629,-12.71484 -2.115581,-0.45943 -4.24931,-0.72488 -6.363281,-0.76172 z" style="opacity:1;fill:#ff9632;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 6.8 KiB

View file

@ -0,0 +1,77 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="66.674995mm"
height="66.675003mm"
viewBox="0 0 66.674995 66.675003"
version="1.1"
id="svg1"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview1"
pagecolor="#505050"
bordercolor="#ffffff"
borderopacity="1"
inkscape:showpageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="1"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm" />
<defs
id="defs1" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-71.172914,-114.56459)">
<g
id="mole"
transform="matrix(0.26458333,0,0,0.26458333,71.172917,114.56458)">
<path
d="m 0,126 c 0,69.6 56.5,126 126,126 69.5,0 126,-56.4 126,-126 C 252,56.4 195.6,0 126,0 56.4,0 0,56.4 0,126 Z"
id="bg"
fill="#192e45" />
<g
id="body"
transform="translate(16.537031,66.8)">
<path
d="M 7.3629695,29.8 0.26296948,44.2 9.8629695,30.8 c 0,0.1 -0.6,19.3 -0.6,19.3 L 11.96297,35.6 c 7.199999,13.7 23.099999,34.8 45.399999,50.5 1.7,1.2 3.9,3.3 4.6,4.1 0,0 21.3,10.8 54.100001,-14.2 0.3,-0.2 0.7,-0.4 1,-0.6 l 0.5,0.3 7.2,4.8 c -2.5,-0.7 -7.3,-1.9 -7.3,-1.9 -15.8,18.2 -41.500001,21.2 -55.3,12 -0.600001,-0.4 -4,1 -4.600001,3 -0.399999,1.1 0,2.3 0.5,3.2 2.8,5.2 7,4.7 5,10.8 -1.399999,3.3 -3.399999,6.5 -5.6,9.5 -4.6,6.2 -11.799999,11.7 -11.1,15 32.6,40.2 106.100001,34.6 134.100001,-1.3 -0.4,-5.2 -8.6,-7.7 -14.3,-20.4 1.6,0.5 4,1.2 4,1.1 0,-0.1 -6.8,-11.1 -7.1,-12.2 l 4.4,0.3 c 0,0 -5.8,-7.2 -6,-7.9 l 5.9,-0.8 c 0,0 -7.4,-8.5 -7.5,-9.2 l 7.5,1.2 -8.2,-9.9 h 3.9 l -4.6,-6.7 -37.3,-14.7 c -14.3,-8.9 -27,-19.8 -36.600001,-28.2 l -19.3,-9.4 c -18.5,-1.4 -35.8,-0.9 -46.4,1.2 l 6.8,-11.6 -9.899999,11.8 c -0.6,-0.2 -1.3,-0.4 -1.3,-0.4 l 0.7,-15 -3.3,14 z"
id="fur"
fill="#d2943b" />
<path
d="M 11.86297,14 C 6.9629695,11.7 1.2629695,15 0.26296948,19.5 c -1.2,4.3 1.80000002,9.6 7.10000002,10.3 C 12.36297,26.7 16.662969,18.7 11.86297,14 Z"
id="nose"
fill="#ffcd86" />
</g>
<g
id="helmet"
transform="translate(71.5,35.408839)">
<path
d="m 29.7,34.491161 c -1.5,-4.1 -1.1,-9.4 1,-14.4 3,-6.9 8.7,-11.5 14.1,-11.5 1.1,0 2.1,0.2 3.1,0.6 3.1,-2.8 6.7,-5.1 10.7,-6.7 22,-8.8 54.3,6.9 62.6,28.5 4,10.5 2.8,21.9 -0.6,32.4 -2.8,8.6 -13,21 -9.2,30.3 -1.5,-0.4 -32.8,-11 -41.8,-15.8 -14.1,-8.8 -26.7,-19.6 -36.2,-27.9 l -0.3,-0.3 -32,-15.2 c -0.4,-0.2 -0.8,-0.4 -1.1,-0.6 4.4,0.2 21.9,2.3 29.7,0.6"
fill="#ffd524"
id="path1" />
<g
id="lamp"
transform="translate(29.4163,9.284991)"
fill-rule="nonzero">
<ellipse
id="lamp-light"
fill="#ffffff"
transform="rotate(-66.37784,12.87074,15.70599)"
cx="12.87074"
cy="15.70599"
rx="13.599884"
ry="8.0999308" />
<path
d="m 19.1837,1.40617 c -5.3,-2.3 -12.4,2.2 -15.9,10.1 -3.5,7.9 -1.9,16.1 3.4,18.5 5.3,2.3 12.4,-2.2 15.9,-10.1 3.5,-7.9 1.9,-16.1 -3.4,-18.5 z m 0.5,17.3 c -2.8,6.3 -8.1,10.1 -11.8,8.5 -3.8,-1.7 -4.6,-8.1 -1.8,-14.5 2.8,-6.3 8.1,-10.1 11.9,-8.5 3.7,1.7 4.5,8.2 1.7,14.5 z"
id="lamp-ring"
fill="#192e45" />
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.6 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 160 KiB

View file

@ -0,0 +1,37 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="95.713997"
height="100.00119"
viewBox="0 0 95.713997 100.00119"
fill="none"
version="1.1"
id="svg2"
sodipodi:docname="notion3.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs2" />
<sodipodi:namedview
id="namedview2"
pagecolor="#505050"
bordercolor="#ffffff"
borderopacity="1"
inkscape:showpageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="1"
inkscape:deskcolor="#d1d1d1" />
<path
d="M 9.9172173,8.5730469 60.092156,4.8670311 C 66.255549,4.3383775 67.83879,4.6947426 71.714373,7.5121126 L 87.730854,18.795195 c 2.641455,1.940512 3.521033,2.469165 3.521033,4.581966 v 61.881487 c 0,3.878304 -1.408232,6.172461 -6.338403,6.522479 L 26.647335,95.310321 C 22.947667,95.485329 21.18579,94.956676 19.247998,92.48751 L 7.4534921,77.150208 C 5.3379709,74.327398 4.4611133,72.214597 4.4611133,69.744524 V 14.739161 c 0,-3.171015 1.4082316,-5.8151897 5.456104,-6.1661141 z"
fill="#ffffff"
id="path1"
style="display:inline;stroke-width:0.906781" />
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M 61.35,0.22819266 6.017,4.3151927 C 1.553,4.7011927 0,7.6181927 0,11.114193 v 60.66 c 0,2.723 0.967,5.053 3.3,8.167 l 13.007,16.913 c 2.137,2.723 4.08,3.306997 8.16,3.113 l 64.257,-3.89 c 5.433,-0.387 6.99,-2.917 6.99,-7.193 v -68.243 c 0,-2.21 -0.873,-2.847 -3.443,-4.733 L 74.167,3.1441927 C 69.894,0.03719266 68.147,-0.35580734 61.35,0.22719266 Z M 25.92,19.524193 c -5.247,0.353 -6.437,0.433 -9.417,-1.99 l -7.576,-6.026 c -0.77,-0.78 -0.383,-1.7530003 1.557,-1.9470003 l 53.193,-3.887 c 4.467,-0.39 6.793,1.167 8.54,2.527 l 9.123,6.6100003 c 0.39,0.197 1.36,1.36 0.193,1.36 l -54.933,3.307 -0.68,0.047 z m -6.117,68.777 v -57.933 c 0,-2.53 0.777,-3.697 3.103,-3.893 L 86,22.781193 c 2.14,-0.193 3.107,1.167 3.107,3.693 v 57.547 c 0,2.53 -0.39,4.67 -3.883,4.863 l -60.377,3.5 c -3.493,0.193 -5.043,-0.97 -5.043,-4.083 z m 59.6,-54.827 c 0.387,1.75 0,3.5 -1.75,3.7 l -2.91,0.577 v 42.773 c -2.527,1.36 -4.853,2.137 -6.797,2.137 -3.107,0 -3.883,-0.973 -6.21,-3.887 l -19.03,-29.94 v 28.967 l 6.02,1.363 c 0,0 0,3.5 -4.857,3.5 l -13.39,0.777 c -0.39,-0.78 0,-2.723 1.357,-3.11 l 3.497,-0.97 v -38.3 l -4.853,-0.393 c -0.39,-1.75 0.58,-4.277 3.3,-4.473 l 14.367,-0.967 19.8,30.327 v -26.83 l -5.047,-0.58 c -0.39,-2.143 1.163,-3.7 3.103,-3.89 l 13.4,-0.78 z"
fill="#000000"
id="path2"
style="display:inline" />
</svg>

After

Width:  |  Height:  |  Size: 2.6 KiB

View file

@ -0,0 +1,4 @@
<svg width="100" height="100" viewBox="0 0 100 100" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M6.017 4.313l55.333 -4.087c6.797 -0.583 8.543 -0.19 12.817 2.917l17.663 12.443c2.913 2.14 3.883 2.723 3.883 5.053v68.243c0 4.277 -1.553 6.807 -6.99 7.193L24.467 99.967c-4.08 0.193 -6.023 -0.39 -8.16 -3.113L3.3 79.94c-2.333 -3.113 -3.3 -5.443 -3.3 -8.167V11.113c0 -3.497 1.553 -6.413 6.017 -6.8z" fill="#fff"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M61.35 0.227l-55.333 4.087C1.553 4.7 0 7.617 0 11.113v60.66c0 2.723 0.967 5.053 3.3 8.167l13.007 16.913c2.137 2.723 4.08 3.307 8.16 3.113l64.257 -3.89c5.433 -0.387 6.99 -2.917 6.99 -7.193V20.64c0 -2.21 -0.873 -2.847 -3.443 -4.733L74.167 3.143c-4.273 -3.107 -6.02 -3.5 -12.817 -2.917zM25.92 19.523c-5.247 0.353 -6.437 0.433 -9.417 -1.99L8.927 11.507c-0.77 -0.78 -0.383 -1.753 1.557 -1.947l53.193 -3.887c4.467 -0.39 6.793 1.167 8.54 2.527l9.123 6.61c0.39 0.197 1.36 1.36 0.193 1.36l-54.933 3.307 -0.68 0.047zM19.803 88.3V30.367c0 -2.53 0.777 -3.697 3.103 -3.893L86 22.78c2.14 -0.193 3.107 1.167 3.107 3.693v57.547c0 2.53 -0.39 4.67 -3.883 4.863l-60.377 3.5c-3.493 0.193 -5.043 -0.97 -5.043 -4.083zm59.6 -54.827c0.387 1.75 0 3.5 -1.75 3.7l-2.91 0.577v42.773c-2.527 1.36 -4.853 2.137 -6.797 2.137 -3.107 0 -3.883 -0.973 -6.21 -3.887l-19.03 -29.94v28.967l6.02 1.363s0 3.5 -4.857 3.5l-13.39 0.777c-0.39 -0.78 0 -2.723 1.357 -3.11l3.497 -0.97v-38.3L30.48 40.667c-0.39 -1.75 0.58 -4.277 3.3 -4.473l14.367 -0.967 19.8 30.327v-26.83l-5.047 -0.58c-0.39 -2.143 1.163 -3.7 3.103 -3.89l13.4 -0.78z" fill="#000"/>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View file

@ -0,0 +1,48 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 26.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="a" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 568 200" style="enable-background:new 0 0 568 200;" xml:space="preserve">
<style type="text/css">
.st0{fill:#333333;}
.st1{fill-rule:evenodd;clip-rule:evenodd;fill:#333333;}
.st2{fill-rule:evenodd;clip-rule:evenodd;fill:#333333;stroke:#333333;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
.st3{fill:#F4DD4B;}
.st4{fill-rule:evenodd;clip-rule:evenodd;}
</style>
<path class="st0" d="M552,124.5c0,16.2,0,32.4,0,48.6c0,6.6-2.3,7.9-8.1,4.6c-11.6-6.6-23.2-13.3-34.8-19.8c-4.2-2.3-6.1-5.4-6-10.3
c0.2-14.3,0-28.5,0.1-42.8c0-5.1-1.8-8.6-6.4-11s-9.1-5.1-13.5-7.7c-3.3-2-6.6-2.1-9.9-0.1c-5,2.9-10.1,5.8-15.2,8.7
c-3,1.7-4.3,4-4.3,7.6c0.1,23.5,0,46.9-0.1,70.4c0,7.2-2.2,8.4-8.5,4.8c-11.5-6.6-22.9-13.2-34.5-19.6c-4.2-2.3-6.1-5.4-6-10.3
c0.2-14.3,0-28.5,0.1-42.8c0-5.1-1.8-8.6-6.4-11c-4.5-2.3-8.9-4.9-13.2-7.5c-3.7-2.3-7.2-2.2-11,0.1c-4.3,2.6-8.7,5.2-13.2,7.6
c-4.4,2.3-6.3,5.7-6.2,10.6c0.2,14.5,0,29.1,0.1,43.6c0,4.4-1.6,7.3-5.4,9.4c-12.1,6.8-24.1,13.8-36.2,20.6
c-4.8,2.7-7.4,1.2-7.4-4.3C306,141,306,108,305.9,75.1c0-4,1.6-6.9,5.1-8.9c21.3-12.2,42.6-24.4,63.8-36.6c3.5-2,6.8-2,10.3,0.1
c13.7,7.9,27.5,15.7,41.2,23.7c2.1,1.2,3.5,1.2,5.6,0c13.3-7.8,26.8-15.3,40.1-23.2c4.3-2.5,8-2.6,12.4,0
c20.6,12,41.4,23.9,62.1,35.7c4.1,2.3,5.8,5.5,5.8,10.1c-0.1,16.2,0,32.4,0,48.6H552L552,124.5z"/>
<path class="st0" d="M19.3,124.2c0-15.9,0.1-31.9-0.1-47.8c-0.1-5,1.7-8.2,6.1-10.7C46.2,53.8,67,41.8,87.7,29.8
c3.8-2.2,7.1-2.3,10.9-0.1c20.9,12.1,41.8,24.1,62.8,36c4.1,2.3,5.9,5.4,5.9,10.1c-0.1,32.4-0.1,64.8-0.2,97.3c0,6.6-2.4,8-8.1,4.8
c-11.7-6.7-23.4-13.5-35.2-20c-3.9-2.2-5.8-5.1-5.7-9.7c0.2-14.4,0-28.8,0.1-43.2c0.1-5.1-1.7-8.7-6.3-11c-4.7-2.4-9.3-5.2-13.9-7.9
c-3.2-1.9-6.3-1.9-9.6,0c-4.9,2.9-9.8,5.8-14.8,8.5c-3.9,2.1-5.3,5.3-5.3,9.6c0.1,14.5-0.1,29.1,0.1,43.6c0.1,4.9-1.8,8-6,10.3
c-11.7,6.5-23.2,13.2-34.8,19.8c-5.7,3.3-8.2,1.9-8.2-4.6C19.4,156.9,19.4,140.6,19.3,124.2L19.3,124.2L19.3,124.2z"/>
<polygon class="st1" points="145.3,65 137.6,65 142.1,72.9 149.8,72.9 145.3,65 "/>
<polygon class="st2" points="202.4,89.7 200.7,86.5 195.5,77.6 189.8,77.7 191.3,80.4 176.7,80.5 173.5,75 162.8,75.1 220.7,166.1
242.4,127.3 225,97.4 223.2,94.3 219.2,87.4 219.2,87.4 "/>
<path class="st3" d="M256.3,80.9c4.6-7.9,9.2-15.8,13.7-23.7c1-1.7,2.2-2.4,4.2-2.4c13.4,0.1,26.8,0,40.1,0c3.8,0,4.8,1.5,3.2,5
c-4.2,7.1-8.5,14.1-12.3,21.4c-4.5,7.7-9,15.3-13.5,23c-9.9,17.2-19.8,34.4-29.8,51.5c-4.9,8.2-9.7,16.4-15.3,24.2
c-1.2,1.7-2.5,3.4-3.9,4.9c-3.6,3.8-6.6,3.8-10.2-0.1c-1.7-1.8-7.2-9.8-4.3-5.1c-4.7-7.4-10.4-15.8-15.1-23.2
c1.5-3.5,18-33.3,22.3-40.8C235.9,115.1,250,91.8,256.3,80.9L256.3,80.9z"/>
<polyline class="st4" points="213.2,156.4 236,114.5 229.8,104.1 "/>
<g>
<polygon class="st2" points="168.3,51.7 161.9,51.8 165.8,58.2 168.1,58.2 171.7,64.2 182.2,64 175.8,53.4 169.4,53.6 168.3,51.7
"/>
<polygon class="st2" points="167.4,20.8 161.1,20.9 164.9,27.2 171.2,27.1 167.4,20.8 "/>
<polygon class="st2" points="156.2,29.7 150.9,29.8 154.1,35 159.4,34.9 156.2,29.7 "/>
<polygon class="st2" points="178.6,10.1 174.2,10.2 176.5,14 180.9,13.9 178.6,10.1 "/>
<polygon class="st2" points="168.4,38.8 162.8,39 165.7,43.8 171.3,43.6 168.4,38.8 "/>
<polygon class="st2" points="195.6,41.9 186.6,42.1 185.1,39.7 177,39.9 181.3,46.9 186.8,46.8 191,53.7 202.6,53.5 195.6,41.9
"/>
<polygon class="st2" points="186.1,26.3 178.3,26.5 182.4,33.3 190.2,33.1 186.1,26.3 "/>
<polygon class="st2" points="151.6,12 148,12.1 149.9,15.2 153.5,15.1 151.6,12 "/>
<polygon class="st2" points="211,66 196.7,66.3 199.6,70.9 203.9,70.9 206.6,75.2 216.5,75 211,66 "/>
</g>
<polygon class="st2" points="154.9,41.5 150.5,41.6 152.8,45.4 157.2,45.3 154.9,41.5 "/>
</svg>

After

Width:  |  Height:  |  Size: 3.8 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6 KiB

View file

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="256px" height="305px" viewBox="0 0 256 305" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMidYMid">
<defs>
<linearGradient x1="50%" y1="16.6199552%" x2="50%" y2="119.282511%" id="linearGradient-1">
<stop stop-color="#2684FF" offset="0%"></stop>
<stop stop-color="#0052CC" offset="82%"></stop>
</linearGradient>
<linearGradient x1="41.179673%" y1="31.1603357%" x2="67.7136955%" y2="78.6783874%" id="linearGradient-2">
<stop stop-color="#2684FF" offset="0%"></stop>
<stop stop-color="#0052CC" offset="62%"></stop>
</linearGradient>
</defs>
<g>
<circle fill="url(#linearGradient-1)" cx="127.996078" cy="76.0579131" r="76.0579131"></circle>
<path d="M121.515807,302.952652 C71.8432945,271.266206 30.5322167,228.083335 1.07656696,177.056341 C-0.0620320498,175.01097 -0.309636381,172.587443 0.391817304,170.354079 C1.09327099,168.120715 2.6820805,166.273968 4.78566922,165.246901 L62.3833377,136.980984 C66.4123421,135.016304 71.2746417,136.506664 73.5106445,140.391652 C102.630871,189.198451 145.690139,228.174512 197.147387,252.304221 C178.169747,271.425488 157.153981,288.409659 134.476348,302.952652 C130.510908,305.428568 125.481248,305.428568 121.515807,302.952652 Z" fill="url(#linearGradient-2)"></path>
<path d="M134.476348,302.952652 C184.155284,271.274027 225.468036,228.089405 254.915589,177.056341 C256.057132,175.016287 256.31102,172.597018 255.617868,170.364422 C254.924715,168.131826 253.345322,166.281735 251.24912,165.246901 L193.608818,136.980984 C189.579813,135.016304 184.717514,136.506664 182.481511,140.391652 C153.367402,189.203464 110.306398,228.181097 58.8447689,252.304221 C77.8108513,271.438283 98.8280892,288.423643 121.515807,302.952652 C125.481248,305.428568 130.510908,305.428568 134.476348,302.952652 Z" fill="#2684FF"></path>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2 KiB

View file

@ -0,0 +1 @@
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 841.89 852.62"><defs><mask id="mask" x="174.51" y="91.03" width="1280.35" height="670.56" maskUnits="userSpaceOnUse"><g id="b"><path id="a" d="M1454.86,761.33H174.77V91H1454.86Z" fill="#fff"/></g></mask></defs><title>stickers alt</title><g mask="url(#mask)"><path d="M753,112C662.45,76.7,334.23,63.65,333.68,259.49,237.92,320.8,174.51,420.79,174.51,527.67c0,129.22,104.74,233.91,234,233.91s234-104.74,234-233.91A233.93,233.93,0,0,0,491.82,309c-16.94-6.55-53.74-18.1-83.13-15.62-41.93,26.66-93.06,81.47-117.24,136.06,35.94-43.13,92.12-62,141.88-53.91A154.17,154.17,0,0,1,562.54,527.63c0,85.15-69.31,154.12-154.46,154.12a153.66,153.66,0,0,1-117.24-54c-41.5-48.86-52.2-101.83-43.64-153.6C276.77,292.65,492,189.4,652,149.74c-52.2,27.64-146.33,73-212.22,122.5C631.9,346.43,663,184.44,753,112Z" fill="#47a141"/></g></svg>

After

Width:  |  Height:  |  Size: 944 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 448.17 560"><defs><style>.cls-1{isolation:isolate;}.cls-2{fill:url(#radial-gradient);}.cls-3{fill:url(#radial-gradient-2);}.cls-4,.cls-5,.cls-6{mix-blend-mode:multiply;}.cls-4{fill:url(#linear-gradient);}.cls-5{fill:url(#linear-gradient-2);}.cls-6{fill:url(#linear-gradient-3);}.cls-7{mix-blend-mode:screen;fill:url(#radial-gradient-3);}</style><radialGradient id="radial-gradient" cx="438.3" cy="639.01" r="569.94" gradientTransform="translate(0 0)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#6877ec"/><stop offset="0.6" stop-color="#5362cf"/><stop offset="1" stop-color="#4352b9"/></radialGradient><radialGradient id="radial-gradient-2" cx="65.64" cy="-16.21" r="746.46" gradientTransform="translate(0 0)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#00d5ff"/><stop offset="0.38" stop-color="#00b8eb"/><stop offset="1" stop-color="#0080c5"/></radialGradient><linearGradient id="linear-gradient" x1="74.77" y1="67.3" x2="277.23" y2="512.72" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#294ca7"/><stop offset="0.48" stop-color="#96a7d4"/><stop offset="0.84" stop-color="#e1e6f3"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient id="linear-gradient-2" x1="-228.74" y1="-144.29" x2="451" y2="651.89" gradientTransform="translate(0 0)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#6877ec"/><stop offset="0.29" stop-color="#97a1f2"/><stop offset="0.77" stop-color="#e2e4fb"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient id="linear-gradient-3" x1="-151.22" y1="-285.9" x2="450.08" y2="430.63" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#8397cc"/><stop offset="0.15" stop-color="#97a8d4"/><stop offset="0.73" stop-color="#e2e6f3"/><stop offset="1" stop-color="#fff"/></linearGradient><radialGradient id="radial-gradient-3" cx="259.68" cy="-34.71" r="431.37" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"/><stop offset="1"/></radialGradient></defs><title>logo-origami</title><g class="cls-1"><g id="Layer_1" data-name="Layer 1"><path class="cls-2" d="M168.08,560A570.54,570.54,0,0,0,459.84,403.59L56.25,0V448.17Z" transform="translate(-56.25)"/><path class="cls-3" d="M56.25,448.17C303.77,448.17,504.42,247.52,504.42,0H56.25Z" transform="translate(-56.25)"/><path class="cls-4" d="M56.25,448.17h0L73.5,465.42c121.57-4.45,231.4-55.68,312-136.23l-12.29-12.28A446.8,446.8,0,0,1,56.25,448.17Z" transform="translate(-56.25)"/><path class="cls-5" d="M168.08,560A570.54,570.54,0,0,0,459.84,403.59L56.25,0V448.17Z" transform="translate(-56.25)"/><path class="cls-6" d="M459.84,403.59,56.25,0,423.14,437.13C435.83,426.46,448.12,415.31,459.84,403.59Z" transform="translate(-56.25)"/><path class="cls-7" d="M56.25,0,373.16,316.91q4.23-4.25,8.35-8.6Z" transform="translate(-56.25)"/></g></g></svg>

After

Width:  |  Height:  |  Size: 2.9 KiB

View file

@ -0,0 +1,66 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 70 70" style="enable-background:new 0 0 70 70;" xml:space="preserve">
<g>
<g>
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="24.9985" y1="27.0461" x2="66.6565" y2="27.0461">
<stop offset="0" style="stop-color:#21D789"/>
<stop offset="1" style="stop-color:#07C3F2"/>
</linearGradient>
<polygon style="fill:url(#SVGID_1_);" points="49.1,11 69.5,28.1 62.2,43 49.8,39.6 39.2,39.6 "/>
<linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="-24.5594" y1="59.0806" x2="61.2196" y2="-4.2413">
<stop offset="1.075269e-002" style="stop-color:#FCF84A"/>
<stop offset="0.1116" style="stop-color:#A7EB62"/>
<stop offset="0.2056" style="stop-color:#5FE077"/>
<stop offset="0.2727" style="stop-color:#32DA84"/>
<stop offset="0.3065" style="stop-color:#21D789"/>
<stop offset="0.5768" style="stop-color:#21D789"/>
<stop offset="0.5968" style="stop-color:#21D789"/>
<stop offset="0.686" style="stop-color:#20D68C"/>
<stop offset="0.7627" style="stop-color:#1ED497"/>
<stop offset="0.8348" style="stop-color:#19D1A9"/>
<stop offset="0.904" style="stop-color:#13CCC2"/>
<stop offset="0.9707" style="stop-color:#0BC6E1"/>
<stop offset="1" style="stop-color:#07C3F2"/>
</linearGradient>
<polygon style="fill:url(#SVGID_2_);" points="28.5,22.1 24.5,43 24.1,50.2 14.2,54.5 0,56 4.3,10.7 29.9,0 45.7,10.4 "/>
<linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="9.3301" y1="77.6536" x2="23.6369" y2="32.7598">
<stop offset="0" style="stop-color:#21D789"/>
<stop offset="0.1638" style="stop-color:#24D788"/>
<stop offset="0.3047" style="stop-color:#2FD886"/>
<stop offset="0.4371" style="stop-color:#41DA82"/>
<stop offset="0.5644" style="stop-color:#5ADC7D"/>
<stop offset="0.6881" style="stop-color:#7AE077"/>
<stop offset="0.809" style="stop-color:#A1E36E"/>
<stop offset="0.9254" style="stop-color:#CFE865"/>
<stop offset="1" style="stop-color:#F1EB5E"/>
</linearGradient>
<polygon style="fill:url(#SVGID_3_);" points="28.5,22.1 30.4,62.5 24,70 0,56 19.7,26.6 "/>
<linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="28.2753" y1="38.6231" x2="59.4088" y2="-3.2358">
<stop offset="0" style="stop-color:#21D789"/>
<stop offset="6.081050e-002" style="stop-color:#24D788"/>
<stop offset="0.1131" style="stop-color:#2FD886"/>
<stop offset="0.1622" style="stop-color:#41DA82"/>
<stop offset="0.2094" style="stop-color:#5ADD7D"/>
<stop offset="0.2548" style="stop-color:#79E077"/>
<stop offset="0.2581" style="stop-color:#7CE076"/>
<stop offset="0.4986" style="stop-color:#8CE173"/>
<stop offset="0.9247" style="stop-color:#B2E56B"/>
</linearGradient>
<polygon style="fill:url(#SVGID_4_);" points="54.9,19.1 30.6,19.1 52.1,0 "/>
<linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="75.8893" y1="43.9496" x2="13.1579" y2="43.3687">
<stop offset="0.3871" style="stop-color:#FCF84A"/>
<stop offset="0.5358" style="stop-color:#ECF451"/>
<stop offset="0.8259" style="stop-color:#C2E964"/>
<stop offset="0.9247" style="stop-color:#B2E56B"/>
</linearGradient>
<polygon style="fill:url(#SVGID_5_);" points="70,62.6 48.6,69.9 20.2,61.9 28.5,22.1 31.8,19.1 49.1,17.5 47.5,34.9 61.3,29.6 "/>
</g>
<g>
<rect x="13.4" y="13.4" style="fill:#000000;" width="43.2" height="43.2"/>
<rect x="17.5" y="48.5" style="fill:#FFFFFF;" width="16.2" height="2.7"/>
<path style="fill:#FFFFFF;" d="M17.3,19.1h7.3c4.3,0,6.9,2.5,6.9,6.2v0.1c0,4.1-3.2,6.3-7.2,6.3h-3V37h-3.9V19.1z M24.4,28.1 c2,0,3.1-1.2,3.1-2.7v-0.1c0-1.8-1.2-2.7-3.2-2.7h-3v5.5H24.4z"/>
<path style="fill:#FFFFFF;" d="M33.1,28.1L33.1,28.1c0-5.1,3.8-9.3,9.3-9.3c3.4,0,5.4,1.1,7.1,2.8l-2.5,2.9c-1.4-1.3-2.8-2-4.6-2 c-3,0-5.2,2.5-5.2,5.6V28c0,3.1,2.1,5.6,5.2,5.6c2,0,3.3-0.8,4.7-2.1l2.5,2.5c-1.8,2-3.9,3.2-7.3,3.2C37,37.3,33.1,33.2,33.1,28.1 "/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View file

@ -0,0 +1,82 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="33.681454mm"
height="33.681458mm"
viewBox="0 0 33.681454 33.681458"
version="1.1"
id="svg1"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview1"
pagecolor="#505050"
bordercolor="#ffffff"
borderopacity="1"
inkscape:showpageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="1"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm" />
<defs
id="defs1" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-85.073763,-136.56399)">
<rect
x="96.292099"
y="159.02711"
class="st2"
width="11.218333"
height="11.218333"
id="rect8"
style="fill:#99e1f4;stroke-width:0.264583" />
<polygon
class="st2"
points="70.6,108.5 28.2,108.5 28.2,150.9 70.6,150.9 "
id="polygon8"
transform="matrix(0.26458333,0,0,0.26458333,77.612513,119.10148)"
style="fill:#99e1f4" />
<rect
x="85.073769"
y="159.02711"
class="st3"
width="11.218333"
height="11.218333"
id="rect9"
style="fill:#1a82e2;stroke-width:0.264583" />
<polygon
class="st4"
points="113.1,108.5 113.1,150.9 155.5,150.9 155.5,108.5 "
id="polygon9"
transform="matrix(0.26458333,0,0,0.26458333,77.612513,119.10148)"
style="fill:#00b2e3" />
<rect
x="96.292099"
y="136.564"
class="st4"
width="11.218333"
height="11.218333"
id="rect10"
style="fill:#00b2e3;stroke-width:0.264583" />
<polygon
class="st5"
points="70.6,150.9 113.1,150.9 113.1,108.5 70.6,108.5 "
id="polygon10"
transform="matrix(0.26458333,0,0,0.26458333,77.612513,119.10148)"
style="fill:#009dd9" />
<rect
x="107.53689"
y="136.564"
class="st3"
width="11.218333"
height="11.218333"
id="rect11"
style="fill:#1a82e2;stroke-width:0.264583" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

View file

@ -0,0 +1 @@
<svg enable-background="new 0 0 2447.6 2452.5" viewBox="0 0 2447.6 2452.5" xmlns="http://www.w3.org/2000/svg"><g clip-rule="evenodd" fill-rule="evenodd"><path d="m897.4 0c-135.3.1-244.8 109.9-244.7 245.2-.1 135.3 109.5 245.1 244.8 245.2h244.8v-245.1c.1-135.3-109.5-245.1-244.9-245.3.1 0 .1 0 0 0m0 654h-652.6c-135.3.1-244.9 109.9-244.8 245.2-.2 135.3 109.4 245.1 244.7 245.3h652.7c135.3-.1 244.9-109.9 244.8-245.2.1-135.4-109.5-245.2-244.8-245.3z" fill="#36c5f0"/><path d="m2447.6 899.2c.1-135.3-109.5-245.1-244.8-245.2-135.3.1-244.9 109.9-244.8 245.2v245.3h244.8c135.3-.1 244.9-109.9 244.8-245.3zm-652.7 0v-654c.1-135.2-109.4-245-244.7-245.2-135.3.1-244.9 109.9-244.8 245.2v654c-.2 135.3 109.4 245.1 244.7 245.3 135.3-.1 244.9-109.9 244.8-245.3z" fill="#2eb67d"/><path d="m1550.1 2452.5c135.3-.1 244.9-109.9 244.8-245.2.1-135.3-109.5-245.1-244.8-245.2h-244.8v245.2c-.1 135.2 109.5 245 244.8 245.2zm0-654.1h652.7c135.3-.1 244.9-109.9 244.8-245.2.2-135.3-109.4-245.1-244.7-245.3h-652.7c-135.3.1-244.9 109.9-244.8 245.2-.1 135.4 109.4 245.2 244.7 245.3z" fill="#ecb22e"/><path d="m0 1553.2c-.1 135.3 109.5 245.1 244.8 245.2 135.3-.1 244.9-109.9 244.8-245.2v-245.2h-244.8c-135.3.1-244.9 109.9-244.8 245.2zm652.7 0v654c-.2 135.3 109.4 245.1 244.7 245.3 135.3-.1 244.9-109.9 244.8-245.2v-653.9c.2-135.3-109.4-245.1-244.7-245.3-135.4 0-244.9 109.8-244.8 245.1 0 0 0 .1 0 0" fill="#e01e5a"/></g></svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -0,0 +1,6 @@
<svg width="510" height="218" viewBox="0 0 510 218" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M320.42 144.755C328.799 155.015 344.36 163.052 365.393 163.052C392.753 163.052 410.366 149.201 410.366 129.536C410.366 112.436 395.318 103.373 383.69 102.176C396.344 99.953 408.656 90.548 408.656 76.184C408.656 57.203 392.24 45.233 365.564 45.233C345.557 45.233 331.193 52.928 321.959 63.359L333.929 78.407C341.966 70.712 351.884 66.437 362.999 66.437C374.969 66.437 384.203 71.054 384.203 80.117C384.203 88.667 375.824 92.771 363.17 92.771C358.724 92.771 351.029 92.771 348.977 92.6V113.804C350.687 113.633 358.382 113.633 363.17 113.633C379.073 113.633 386.084 117.908 386.084 127.142C386.084 135.863 378.389 141.848 364.538 141.848C353.423 141.848 340.94 137.06 333.074 128.852L320.42 144.755Z" fill="#103B41"/>
<path d="M447.514 161H471.967V68.318H505.141V46.943H414.169V68.318H447.514V161Z" fill="#103B41"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M285.841 90.901C283.667 87.8765 281.557 84.7813 279.921 81.3975C278.466 78.3878 277.389 75.1738 276.312 71.9594C274.997 68.0353 273.681 64.1104 271.678 60.5555C245.324 13.7932 198.299 -0.636655 152.857 0.0213467C111.169 0.624085 42.4664 24.575 11.5026 97.0003C9.51767 101.749 7.77495 106.611 6.30572 111.561C4.03706 119.196 2.36421 127.061 1.26409 135.018L1.21894 135.011C-3.8586 185.365 7.52161 211.547 24.3173 216.839C35.5584 220.381 45.4628 215.567 57.09 205.794C69.8718 195.05 74.8852 186.945 73.4694 175.79C72.0062 164.258 59.5603 155.869 48.2929 152.888C31.9926 148.178 38.5786 137.718 38.5786 137.718C38.5786 137.718 56.1258 150.304 84.4616 147.089C110.312 144.156 115.235 138.755 115.235 138.755C115.235 112.102 129.576 93.491 148.284 91.6724C135.277 97.8151 127.738 118.98 127.738 136.144V181.574H134.205C153.162 181.574 169.35 162.499 169.35 140.959V132.039C169.35 132.039 183.547 124.332 203.685 122.046C213.036 120.985 220.389 121.914 226.742 123.757C223.131 119.256 220.811 113.951 220.619 107.715C220.534 104.94 225.119 103.715 226.119 107.715C229.588 123.415 238.406 130.36 260.131 137.071C264.546 137.984 269.437 138.305 275.151 137.656C285.147 136.27 295.131 130.725 296.745 118.98C298.257 107.981 292.79 100.464 287.198 92.7736C286.745 92.1512 286.292 91.5276 285.841 90.901ZM177.579 136.378C180.127 161.91 165.619 172.715 165.619 172.715C185.842 171.471 208.739 152.947 207.618 129.198C207.618 129.198 198.654 127.906 177.579 136.378ZM253.619 95.7151C258.314 95.7151 262.119 91.6856 262.119 86.7151C262.119 81.7445 258.314 77.7151 253.619 77.7151C248.925 77.7151 245.119 81.7445 245.119 86.7151C245.119 91.6856 248.925 95.7151 253.619 95.7151Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M285.802 91.1661C283.624 88.1359 281.508 85.0351 279.867 81.646C278.407 78.6318 277.325 75.4136 276.243 72.1948C274.922 68.2656 273.601 64.3356 271.592 60.7748C245.162 13.9353 198.107 -0.575021 152.656 0.0172949C110.96 0.559773 42.2783 24.4304 11.4153 96.8706C9.43694 101.62 7.70106 106.483 6.23885 111.436C3.98101 119.074 2.31947 126.943 1.2309 134.905L1.18573 134.898C-3.8183 185.286 7.60308 211.507 24.4101 216.828C35.6589 220.389 45.5582 215.585 57.1734 205.821C69.942 195.087 74.9444 186.982 73.5118 175.816C72.0312 164.272 59.5703 155.858 48.296 152.858C31.9854 148.12 38.5573 137.662 38.5573 137.662C38.5573 137.662 56.1268 150.284 84.4638 147.107C110.315 144.209 115.232 138.811 115.232 138.811C115.192 112.136 129.508 93.5305 148.218 91.7376C135.217 97.8664 127.708 119.038 127.733 136.216L127.801 181.684L134.269 181.693C153.23 181.721 169.393 162.654 169.361 141.096L169.348 132.168C169.348 132.168 183.536 124.475 203.675 122.218C213.207 121.149 220.666 122.146 227.106 124.072C223.36 119.51 220.939 114.115 220.733 107.756C220.644 104.982 225.231 103.765 226.238 107.764C229.827 123.884 239.048 130.784 262.107 137.698C266.008 138.332 270.293 138.493 275.179 137.945C285.175 136.571 295.153 131.037 296.75 119.285C298.246 108.278 292.767 100.747 287.162 93.0422C286.708 92.4186 286.254 91.7939 285.802 91.1661ZM177.698 136.341C180.286 161.865 165.782 172.643 165.782 172.643C186.021 171.429 208.91 152.948 207.753 129.209C207.753 129.209 198.779 127.905 177.698 136.341ZM252.737 91.8107C256.33 91.8159 259.238 88.6877 259.232 84.8237C259.226 80.9596 256.309 77.8229 252.716 77.8177C249.123 77.8125 246.215 80.9407 246.221 84.8047C246.227 88.6688 249.144 91.8055 252.737 91.8107Z" fill="#17AF66"/>
</svg>

After

Width:  |  Height:  |  Size: 4.3 KiB

View file

@ -0,0 +1,9 @@
<svg height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg">
<g fill="none" fill-rule="evenodd">
<circle cx="256" cy="256" fill="#d04351" r="240"/>
<g fill="#fff">
<path d="m278.627417 120.235498c12.496777 12.496777 12.496777 32.758057 0 45.254834-9.486707 9.486707-23.447955 11.771748-35.090207 6.855125-14.461773 15.691029-14.078791 40.141653 1.148374 55.369564l40.305794 40.305794-.005815.004809.041355.042856c23.858714 24.64513 24.002932 63.729873.432656 88.549569 4.947031 11.652916 2.670032 25.644264-6.832157 35.146453-12.496777 12.496777-32.758057 12.496777-45.254834 0s-12.496777-32.758057 0-45.254834c9.486708-9.486708 23.447957-11.771749 35.09021-6.855124 14.4621-15.691194 14.078969-40.141473-1.148039-55.369227l-40.306132-40.306132.004941-.005561-.040143-.041767c-10.243592-10.581235-16.115746-23.824213-17.616461-37.457144l-37.026276 37.027571c4.935961 11.649246 2.655844 25.628938-6.840351 35.125133-12.496777 12.496777-32.758057 12.496777-45.254834 0s-12.496777-32.758057 0-45.254834c9.496195-9.496195 23.475887-11.776312 35.125133-6.840351l71.171601-71.171601c-4.935961-11.649246-2.655844-25.628938 6.840351-35.125133 12.496777-12.496777 32.758057-12.496777 45.254834 0zm-31.112698 240.88771c-4.686292 4.686292-4.686292 12.284271 0 16.970563 4.686291 4.686291 12.284271 4.686291 16.970562 0 4.686292-4.686292 4.686292-12.284271 0-16.970563-4.686291-4.686291-12.284271-4.686291-16.970562 0zm-113.137085-113.137085c-4.686292 4.686292-4.686292 12.284271 0 16.970563 4.686291 4.686291 12.284271 4.686291 16.970562 0 4.686292-4.686292 4.686292-12.284271 0-16.970563-4.686291-4.686291-12.284271-4.686291-16.970562 0zm113.137085-113.137085c-4.686292 4.686292-4.686292 12.284271 0 16.970563 4.686291 4.686291 12.284271 4.686291 16.970562 0 4.686292-4.686292 4.686292-12.284271 0-16.970563-4.686291-4.686291-12.284271-4.686291-16.970562 0z"/>
<path d="m391.764502 233.372583c12.496777 12.496777 12.496777 32.758057 0 45.254834-9.495924 9.495924-23.475089 11.776182-35.124136 6.840773l-45.877579 45.880165c4.069844-11.983909 5.142888-24.76096 3.219133-37.163105l25.687397-25.687534c-4.935961-11.649246-2.655844-25.628938 6.840351-35.125133 12.496777-12.496777 32.758057-12.496777 45.254834 0zm-31.112698 14.61354c-4.686292 4.686292-4.686292 12.284271 0 16.970563 4.686291 4.686291 12.284271 4.686291 16.970562 0 4.686292-4.686292 4.686292-12.284271 0-16.970563-4.686291-4.686291-12.284271-4.686291-16.970562 0z"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

View file

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M38.06 26.151v11.473L48 31.891V20.406l-9.94 5.745z" fill="#4040B2"/><path d="m27.03 20.406 9.94 5.745v11.473l-9.94-5.74V20.407zM16 14v11.479l9.94 5.74v-11.48L16 14zm11.03 30.624 9.94 5.74v-11.48l-9.94-5.739v11.48z" fill="#5C4EE5"/></svg>

After

Width:  |  Height:  |  Size: 466 B

View file

@ -0,0 +1,3 @@
<svg width="528" height="528" viewBox="0 0 528 528" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M263.985 405.845C231.256 405.833 199.643 393.95 175.01 372.399C150.378 350.849 134.399 321.095 130.039 288.657C125.678 256.22 133.232 223.303 151.298 196.012C169.365 168.722 196.718 148.911 228.281 140.256V179.607C207.053 187.929 189.397 203.403 178.362 223.356C167.326 243.309 163.605 266.49 167.84 288.894C172.075 311.299 184 331.522 201.556 346.071C219.113 360.62 241.199 368.582 264 368.582C286.802 368.582 308.887 360.62 326.444 346.071C344 331.522 355.926 311.299 360.16 288.894C364.395 266.49 360.674 243.309 349.638 223.356C338.603 203.403 320.947 187.929 299.719 179.607V140.256C331.285 148.912 358.639 168.725 376.706 196.018C394.772 223.312 402.324 256.233 397.96 288.672C393.595 321.112 377.611 350.866 352.973 372.414C328.335 393.962 296.716 405.841 263.985 405.845ZM244.582 95.0933H283.418V287.732H244.582V95.0933ZM263.985 1.73568e-06C211.771 0.00299512 160.731 15.4889 117.319 44.4994C73.906 73.5099 40.0708 114.742 20.0916 162.982C0.112364 211.222 -5.11356 264.303 5.07465 315.513C15.2629 366.723 40.4076 413.762 77.3293 450.681C114.251 487.601 161.291 512.743 212.502 522.928C263.712 533.114 316.793 527.885 365.032 507.903C413.271 487.921 454.501 454.083 483.509 410.669C512.517 367.255 528 316.214 528 264C528.002 229.329 521.174 194.998 507.907 162.966C494.639 130.934 475.192 101.829 450.675 77.314C426.159 52.7987 397.053 33.3531 365.02 20.0874C332.988 6.82176 298.656 -0.00397388 263.985 1.73568e-06Z" fill="#E57CD8"/>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View file

@ -0,0 +1,59 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="293.57495" height="293.80618" viewBox="0 0 293.57495 293.80619" version="1.1" id="svg90" sodipodi:docname="vimlogo.svg" inkscape:version="1.2.2 (b0a8486541, 2022-12-01)" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://creativecommons.org/ns#">
<defs id="defs94"/>
<sodipodi:namedview id="namedview92" pagecolor="#000000" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0" inkscape:pagecheckerboard="true" inkscape:deskcolor="#d1d1d1" showgrid="false" inkscape:zoom="1.6813806" inkscape:cx="146.90309" inkscape:cy="146.90309" inkscape:window-width="1366" inkscape:window-height="703" inkscape:window-x="0" inkscape:window-y="0" inkscape:window-maximized="1" inkscape:current-layer="svg90" showguides="true">
<sodipodi:guide position="293.57494,23.376487" orientation="0.70710678,-0.70710678" id="guide22222" inkscape:locked="false"/>
</sodipodi:namedview>
<path fill-rule="evenodd" fill="#000000" fill-opacity="1" d="M 286.99858,145.37446 145.22904,6.4877374 6.3423305,148.18305 145.22904,287.14399 286.99858,145.37446" id="path2"/>
<path fill="none" stroke-width="0.216" stroke-linecap="butt" stroke-linejoin="miter" stroke="#000000" stroke-opacity="1" stroke-miterlimit="2.6131" d="M 286.99858,145.37446 145.22905,6.4877374 6.3423305,148.18305 145.22905,287.14399 Z M 286.99858,145.37446" id="path4"/>
<path fill-rule="evenodd" fill="#006b05" fill-opacity="1" d="M 272.81498,145.37446 H 281.31108 L 145.22904,281.45649 V 272.96039 L 272.81498,145.37446" id="path6"/>
<path fill="none" stroke-width="0.216" stroke-linecap="butt" stroke-linejoin="miter" stroke="#000000" stroke-opacity="1" stroke-miterlimit="2.6131" d="M 272.81498,145.37446 H 281.31108 L 145.22905,281.45649 V 272.96039 Z M 272.81498,145.37446" id="path8"/>
<path fill-rule="evenodd" fill="#007d17" fill-opacity="1" d="M 12.02983,148.18305 H 20.52592 L 145.22904,272.96039 V 281.45649 L 12.02983,148.18305" id="path10"/>
<path fill="none" stroke-width="0.216" stroke-linecap="butt" stroke-linejoin="miter" stroke="#000000" stroke-opacity="1" stroke-miterlimit="2.6131" d="M 12.02983,148.18305 H 20.52592 L 145.22905,272.96039 V 281.45649 Z M 12.02983,148.18305" id="path12"/>
<path fill-rule="evenodd" fill="#66ff99" fill-opacity="1" d="M 145.22904,20.601017 V 12.175237 L 12.02983,148.18305 H 20.52592 L 145.22904,20.601017" id="path14"/>
<path fill="none" stroke-width="0.216" stroke-linecap="butt" stroke-linejoin="miter" stroke="#000000" stroke-opacity="1" stroke-miterlimit="2.6131" d="M 145.22905,20.601017 V 12.175237 L 12.02983,148.18305 H 20.52592 Z M 145.22905,20.601017" id="path16"/>
<path fill-rule="evenodd" fill="#45ff02" fill-opacity="1" d="M 145.22904,12.175237 V 20.601017 L 272.81498,145.37446 H 281.31108 L 145.22904,12.175237" id="path18"/>
<path fill="none" stroke-width="0.216" stroke-linecap="butt" stroke-linejoin="miter" stroke="#000000" stroke-opacity="1" stroke-miterlimit="2.6131" d="M 145.22905,12.175237 V 20.601017 L 272.81498,145.37446 H 281.31108 Z M 145.22905,12.175237" id="path20"/>
<path fill-rule="evenodd" fill="#009933" fill-opacity="1" d="M 145.22904,272.96039 272.81498,145.37446 145.22904,20.601017 20.52592,148.18305 145.22904,272.96039" id="path22"/>
<path fill="none" stroke-width="0.216" stroke-linecap="butt" stroke-linejoin="miter" stroke="#000000" stroke-opacity="1" stroke-miterlimit="2.6131" d="M 145.22905,272.96039 272.81498,145.37446 145.22905,20.601017 20.52592,148.18305 Z M 145.22905,272.96039" id="path24"/>
<path fill-rule="evenodd" fill="#000000" fill-opacity="1" d="M 171.72514,48.968207 180.22123,57.534607 121.61576,117.00727 V 57.534607 H 127.30326 L 135.79936,48.968207 V 26.358827 L 127.30326,17.792417 H 32.83842 L 24.34233,26.358827 V 48.968207 L 32.83842,57.534607 H 39.46341 V 250.28071 L 49.8306,258.7768 H 79.135285 L 282.24467,48.968207 V 26.358827 L 273.74858,17.792417 H 181.15873 L 171.72514,26.358827 V 48.968207" id="path26"/>
<path fill="none" stroke-width="0.216" stroke-linecap="butt" stroke-linejoin="miter" stroke="#000000" stroke-opacity="1" stroke-miterlimit="2.6131" d="M 171.72514,48.968207 180.22123,57.534607 121.61576,117.00727 V 57.534607 H 127.30326 L 135.79936,48.968207 V 26.358827 L 127.30326,17.792417 H 32.83842 L 24.34233,26.358827 V 48.968207 L 32.83842,57.534607 H 39.46341 V 250.28071 L 49.8306,258.7768 H 79.135295 L 282.24467,48.968207 V 26.358827 L 273.74858,17.792417 H 181.15873 L 171.72514,26.358827 Z M 171.72514,48.968207" id="path28"/>
<path fill-rule="evenodd" fill="#ffffff" fill-opacity="1" d="M 35.647,51.847107 29.95951,46.159607 V 29.167417 L 35.647,23.479917 124.49467,23.409607 130.11186,29.167417 124.49467,31.905707 121.61576,29.167417 35.647,43.280707 V 51.847107" id="path30"/>
<path fill="none" stroke-width="0.216" stroke-linecap="butt" stroke-linejoin="miter" stroke="#000000" stroke-opacity="1" stroke-miterlimit="2.6131" d="M 35.647,51.847107 29.95951,46.159607 V 29.167417 L 35.647,23.479917 124.49467,23.409607 130.11186,29.167417 124.49467,31.905707 121.61576,29.167417 35.647,43.280707 Z M 35.647,51.847107" id="path32"/>
<path fill-rule="evenodd" fill="#ffffff" fill-opacity="1" d="M 52.63919,253.0893 46.01419,247.4018 V 51.776797 L 52.63919,46.159607 V 253.0893" id="path34"/>
<path fill="none" stroke-width="0.216" stroke-linecap="butt" stroke-linejoin="miter" stroke="#000000" stroke-opacity="1" stroke-miterlimit="2.6131" d="M 52.63919,253.0893 46.01419,247.4018 V 51.776797 L 52.63919,46.159607 Z M 52.63919,253.0893" id="path36"/>
<path fill-rule="evenodd" fill="#ffffff" fill-opacity="1" d="M 194.40483,51.847107 200.09233,46.159607 V 57.534607 L 105.55717,153.87055 115.99858,131.19086 194.40483,51.847107" id="path38"/>
<path fill="none" stroke-width="0.216" stroke-linecap="butt" stroke-linejoin="miter" stroke="#000000" stroke-opacity="1" stroke-miterlimit="2.6131" d="M 194.40483,51.847107 200.09233,46.159607 V 57.534607 L 105.55717,153.87055 115.99858,131.19086 Z M 194.40483,51.847107" id="path40"/>
<path fill-rule="evenodd" fill="#7f7f7f" fill-opacity="1" d="M 54.5806,43.351017 52.63919,46.159607 46.01419,51.847107 H 35.647 V 40.472107 L 54.5806,43.351017" id="path42"/>
<path fill="none" stroke-width="0.216" stroke-linecap="butt" stroke-linejoin="miter" stroke="#000000" stroke-opacity="1" stroke-miterlimit="2.6131" d="M 54.5806,43.351017 52.63919,46.159607 46.01419,51.847107 H 35.647 V 40.472107 Z M 54.5806,43.351017" id="path44"/>
<path fill-rule="evenodd" fill="#7f7f7f" fill-opacity="1" d="M 115.99858,51.847107 V 131.19086 L 105.55717,153.80024 V 46.089297 H 121.61576 L 124.49467,43.280707 121.61576,29.167417 H 130.11186 V 46.159607 L 124.49467,51.847107 H 115.99858" id="path46"/>
<path fill="none" stroke-width="0.216" stroke-linecap="butt" stroke-linejoin="miter" stroke="#000000" stroke-opacity="1" stroke-miterlimit="2.6131" d="M 115.99858,51.847107 V 131.19086 L 105.55717,153.80024 V 46.089297 H 121.61576 L 124.49467,43.280707 121.61576,29.167417 H 130.11186 V 46.159607 L 124.49467,51.847107 Z M 115.99858,51.847107" id="path48"/>
<path fill-rule="evenodd" fill="#ffffff" fill-opacity="1" d="M 183.02983,51.847107 177.41264,46.159607 V 29.167417 L 183.96733,23.479917 H 270.00639 L 276.63139,29.167417 267.12748,37.663517 183.02983,43.280707 V 51.847107" id="path50"/>
<path fill="none" stroke-width="0.216" stroke-linecap="butt" stroke-linejoin="miter" stroke="#000000" stroke-opacity="1" stroke-miterlimit="2.6131" d="M 183.02983,51.847107 177.41264,46.159607 V 29.167417 L 183.96733,23.479917 H 270.00639 L 276.63139,29.167417 267.12748,37.663517 183.02983,43.280707 Z M 183.02983,51.847107" id="path52"/>
<path fill-rule="evenodd" fill="#7f7f7f" fill-opacity="1" d="M 276.63139,46.159607 77.189975,253.0893 H 52.63919 V 244.59321 H 70.639195 L 270.00639,40.472107 267.12748,29.167417 H 276.63139 V 46.159607" id="path54"/>
<path fill="none" stroke-width="0.216" stroke-linecap="butt" stroke-linejoin="miter" stroke="#000000" stroke-opacity="1" stroke-miterlimit="2.6131" d="M 276.63139,46.159607 77.189975,253.0893 H 52.63919 V 244.59321 H 70.639195 L 270.00639,40.472107 267.12748,29.167417 H 276.63139 Z M 276.63139,46.159607" id="path56"/>
<path fill-rule="evenodd" fill="#7f7f7f" fill-opacity="1" d="M 201.96733,43.351017 200.02201,46.159607 194.40483,51.847107 H 183.02983 V 40.472107 L 201.96733,43.351017" id="path58"/>
<path fill="none" stroke-width="0.216" stroke-linecap="butt" stroke-linejoin="miter" stroke="#000000" stroke-opacity="1" stroke-miterlimit="2.6131" d="M 201.96733,43.351017 200.02201,46.159607 194.40483,51.847107 H 183.02983 V 40.472107 Z M 201.96733,43.351017" id="path60"/>
<path fill-rule="evenodd" fill="#cccccc" fill-opacity="1" d="M 105.55717,153.80024 V 46.089297 H 121.61576 L 124.49467,43.280707 V 31.905707 L 121.61576,29.097107 H 38.4556 L 35.647,31.905707 V 43.280707 L 38.4556,46.089297 H 52.63919 V 244.59321 L 56.31108,247.4018 H 72.510285 L 270.93998,40.472107 V 32.335387 L 268.06108,29.097107 H 185.90873 L 183.02983,31.905707 V 43.351017 L 185.90873,46.159607 H 200.09233 V 57.534607 L 105.55717,153.80024" id="path62"/>
<path fill="none" stroke-width="0.216" stroke-linecap="butt" stroke-linejoin="miter" stroke="#000000" stroke-opacity="1" stroke-miterlimit="2.6131" d="M 105.55717,153.80024 V 46.089297 H 121.61576 L 124.49467,43.280707 V 31.905707 L 121.61576,29.097107 H 38.4556 L 35.647,31.905707 V 43.280707 L 38.4556,46.089297 H 52.63919 V 244.59321 L 56.31108,247.4018 H 72.510295 L 270.93998,40.472107 V 32.335387 L 268.06108,29.097107 H 185.90873 L 183.02983,31.905707 V 43.351017 L 185.90873,46.159607 H 200.09233 V 57.534607 Z M 105.55717,153.80024" id="path64"/>
<path fill-rule="evenodd" fill="#000000" fill-opacity="1" d="M 157.11186,153.94477 163.73295,148.25727 H 180.72514 L 185.47904,153.94477 179.79154,170.93696 173.23686,176.62446 H 156.24467 L 151.42045,170.93696 157.11186,153.94477" id="path66"/>
<path fill="none" stroke-width="0.216" stroke-linecap="butt" stroke-linejoin="miter" stroke="#000000" stroke-opacity="1" stroke-miterlimit="2.6131" d="M 157.11186,153.94477 163.73295,148.25727 H 180.72514 L 185.47905,153.94477 179.79155,170.93696 173.23686,176.62446 H 156.24467 L 151.42045,170.93696 Z M 157.11186,153.94477" id="path68"/>
<path fill-rule="evenodd" fill="#000000" fill-opacity="1" d="M 162.79936,247.47211 179.86186,196.49555 H 174.17436 L 179.86186,179.43305 H 205.27983 L 210.96733,185.12055 H 214.78373 L 220.39701,179.43305 H 239.33451 L 245.02201,185.12055 H 246.7642 L 252.45561,179.43305 H 275.18998 L 282.74858,190.80805 270.36576,231.12836 H 275.98295 L 270.51029,247.47211 H 236.45561 L 249.77201,207.80024 H 241.27983 L 233.42826,230.98383 H 239.04545 L 233.71733,247.47211 H 199.66264 L 212.90873,207.80024 H 204.41264 L 196.49467,231.12836 H 202.18217 L 196.85404,247.47211 H 162.79936" id="path70" sodipodi:nodetypes="cccccccccccccccccccccccccccccc"/>
<path fill="none" stroke-width="0.216" stroke-linecap="butt" stroke-linejoin="miter" stroke="#000000" stroke-opacity="1" stroke-miterlimit="2.6131" d="M 162.79936,247.47211 179.86186,196.49555 H 174.17436 L 179.86186,179.43305 H 205.27983 L 210.96733,185.12055 H 214.78373 L 220.39701,179.43305 H 239.33451 L 245.02201,185.12055 H 248.7642 L 254.45561,179.43305 H 275.18998 L 282.74858,190.80805 270.36576,231.12836 H 275.98295 L 270.51029,247.47211 H 236.45561 L 249.77201,207.80024 H 241.27983 L 233.42826,230.98383 H 239.04545 L 233.71733,247.47211 H 199.66264 L 212.90873,207.80024 H 204.41264 L 196.49467,231.12836 H 202.18217 L 196.85405,247.47211 Z M 162.79936,247.47211" id="path72"/>
<path fill-rule="evenodd" fill="#cccccc" fill-opacity="1" d="M 272.59623,185.12055 276.99076,191.38227 263.02201,236.16742 H 268.6392 L 266.7642,241.78461 H 244.08451 L 257.33451,202.11274 H 237.46342 L 226.15873,236.16742 H 231.77201 L 229.90092,241.78461 H 207.22123 L 220.47123,202.11274 H 200.59623 L 189.29545,236.16742 H 194.98295 L 193.03764,241.78461 H 170.35795 L 187.42045,190.80805 H 181.73295 L 183.60404,185.12055 H 204.41264 L 210.10014,190.80805 H 215.71733 L 221.40483,185.12055 H 238.39701 L 244.08451,190.80805 H 249.77201 L 255.46342,185.12055 H 272.59623" id="path74"/>
<path fill="none" stroke-width="0.216" stroke-linecap="butt" stroke-linejoin="miter" stroke="#000000" stroke-opacity="1" stroke-miterlimit="2.6131" d="M 272.59623,185.12055 276.99076,191.38227 263.02201,236.16742 H 268.6392 L 266.7642,241.78461 H 244.08451 L 257.33451,202.11274 H 237.46342 L 226.15873,236.16742 H 231.77201 L 229.90092,241.78461 H 207.22123 L 220.47123,202.11274 H 200.59623 L 189.29545,236.16742 H 194.98295 L 193.03764,241.78461 H 170.35795 L 187.42045,190.80805 H 181.73295 L 183.60405,185.12055 H 204.41264 L 210.10014,190.80805 H 215.71733 L 221.40483,185.12055 H 238.39701 L 244.08451,190.80805 H 249.77201 L 255.46342,185.12055 Z M 272.59623,185.12055" id="path76"/>
<path fill-rule="evenodd" fill="#000000" fill-opacity="1" d="M 176.98295,179.43305 159.63139,231.05414 H 165.53373 L 159.91654,247.47211 H 125.93217 L 142.92436,196.49555 H 137.23686 Z M 137.23686,196.49555 142.92436,179.43305 H 176.98295" id="path78"/>
<path fill="none" stroke-width="0.216" stroke-linecap="butt" stroke-linejoin="miter" stroke="#000000" stroke-opacity="1" stroke-miterlimit="2.6131" d="M 176.98295,179.43305 159.63139,231.05414 H 165.53373 L 159.91655,247.47211 H 125.93217 L 142.92436,196.49555 H 137.23686 Z M 137.23686,196.49555 142.92436,179.43305 H 176.98295 Z M 137.23686,196.49555" id="path80"/>
<path fill-rule="evenodd" fill="#cccccc" fill-opacity="1" d="M 156.17436,241.78461 158.04545,236.16742 H 152.35795 L 169.42045,185.12055 H 145.80717 L 143.86186,190.80805 H 150.48686 L 133.49467,241.78461 H 156.17436" id="path82"/>
<path fill="none" stroke-width="0.216" stroke-linecap="butt" stroke-linejoin="miter" stroke="#000000" stroke-opacity="1" stroke-miterlimit="2.6131" d="M 156.17436,241.78461 158.04545,236.16742 H 152.35795 L 169.42045,185.12055 H 145.80717 L 143.86186,190.80805 H 150.48686 L 133.49467,241.78461 Z M 156.17436,241.78461" id="path84"/>
<path fill-rule="evenodd" fill="#cccccc" fill-opacity="1" d="M 175.03764,168.12836 178.85404,156.75336 176.98295,153.94477 H 165.60404 L 161.86186,156.75336 158.04545,168.12836 159.99076,170.93696 H 171.36576 L 175.03764,168.12836" id="path86"/>
<path fill="none" stroke-width="0.216" stroke-linecap="butt" stroke-linejoin="miter" stroke="#000000" stroke-opacity="1" stroke-miterlimit="2.6131" d="M 175.03764,168.12836 178.85405,156.75336 176.98295,153.94477 H 165.60405 L 161.86186,156.75336 158.04545,168.12836 159.99076,170.93696 H 171.36576 Z M 175.03764,168.12836" id="path88"/>
<path id="path493" d="M 145.12105,3.3517574 130.76203,18.394747 127.11871,15.264067 31.97365,15.288597 21.72771,25.825397 22.1063,50.075757 32.23102,59.999677 36.93702,59.951037 36.91461,113.38251 3.3009405,148.29105 37.10861,182.45707 37.22627,251.95198 50.00475,261.3461 80.244076,261.25145 97.694441,243.26376 145.12105,290.46913 185.68669,249.88976 196.10872,249.75339 203.50153,230.21172 199.53002,230.13688 206.22808,210.30504 211.02399,210.32736 196.10872,249.75339 233.01409,249.93792 240.42134,228.69336 236.51407,228.62916 242.76924,210.18687 247.10767,210.16289 233.01409,249.93792 272.05781,249.94941 279.40528,228.81333 H 273.70241 L 285.19864,190.54679 276.63139,177.01555 258.69128,177.03834 290.22902,145.26646 240.12959,95.850279 284.62171,50.217357 284.42093,25.243167 274.81653,15.419587 180.88302,15.341177 170.07647,25.156267 170.11178,27.542667 Z" style="fill:none;stroke:#ffffff;stroke-width:4.72441;stroke-dasharray:none;stroke-opacity:1" sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccc"/>
<metadata id="metadata22224">
<rdf:RDF>
<cc:Work rdf:about="">
<cc:license rdf:resource="https://raw.githubusercontent.com/vim/vim/master/LICENSE"/>
</cc:Work>
</rdf:RDF>
</metadata>
</svg>

After

Width:  |  Height:  |  Size: 16 KiB

View file

@ -0,0 +1,41 @@
<svg width="100" height="100" viewBox="0 0 100 100" fill="none" xmlns="http://www.w3.org/2000/svg">
<mask id="mask0" mask-type="alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="100" height="100">
<path fill-rule="evenodd" clip-rule="evenodd" d="M70.9119 99.3171C72.4869 99.9307 74.2828 99.8914 75.8725 99.1264L96.4608 89.2197C98.6242 88.1787 100 85.9892 100 83.5872V16.4133C100 14.0113 98.6243 11.8218 96.4609 10.7808L75.8725 0.873756C73.7862 -0.130129 71.3446 0.11576 69.5135 1.44695C69.252 1.63711 69.0028 1.84943 68.769 2.08341L29.3551 38.0415L12.1872 25.0096C10.589 23.7965 8.35363 23.8959 6.86933 25.2461L1.36303 30.2549C-0.452552 31.9064 -0.454633 34.7627 1.35853 36.417L16.2471 50.0001L1.35853 63.5832C-0.454633 65.2374 -0.452552 68.0938 1.36303 69.7453L6.86933 74.7541C8.35363 76.1043 10.589 76.2037 12.1872 74.9905L29.3551 61.9587L68.769 97.9167C69.3925 98.5406 70.1246 99.0104 70.9119 99.3171ZM75.0152 27.2989L45.1091 50.0001L75.0152 72.7012V27.2989Z" fill="white"/>
</mask>
<g mask="url(#mask0)">
<path d="M96.4614 10.7962L75.8569 0.875542C73.4719 -0.272773 70.6217 0.211611 68.75 2.08333L1.29858 63.5832C-0.515693 65.2373 -0.513607 68.0937 1.30308 69.7452L6.81272 74.754C8.29793 76.1042 10.5347 76.2036 12.1338 74.9905L93.3609 13.3699C96.086 11.3026 100 13.2462 100 16.6667V16.4275C100 14.0265 98.6246 11.8378 96.4614 10.7962Z" fill="#0065A9"/>
<g filter="url(#filter0_d)">
<path d="M96.4614 89.2038L75.8569 99.1245C73.4719 100.273 70.6217 99.7884 68.75 97.9167L1.29858 36.4169C-0.515693 34.7627 -0.513607 31.9063 1.30308 30.2548L6.81272 25.246C8.29793 23.8958 10.5347 23.7964 12.1338 25.0095L93.3609 86.6301C96.086 88.6974 100 86.7538 100 83.3334V83.5726C100 85.9735 98.6246 88.1622 96.4614 89.2038Z" fill="#007ACC"/>
</g>
<g filter="url(#filter1_d)">
<path d="M75.8578 99.1263C73.4721 100.274 70.6219 99.7885 68.75 97.9166C71.0564 100.223 75 98.5895 75 95.3278V4.67213C75 1.41039 71.0564 -0.223106 68.75 2.08329C70.6219 0.211402 73.4721 -0.273666 75.8578 0.873633L96.4587 10.7807C98.6234 11.8217 100 14.0112 100 16.4132V83.5871C100 85.9891 98.6234 88.1786 96.4586 89.2196L75.8578 99.1263Z" fill="#1F9CF0"/>
</g>
<g style="mix-blend-mode:overlay" opacity="0.25">
<path fill-rule="evenodd" clip-rule="evenodd" d="M70.8511 99.3171C72.4261 99.9306 74.2221 99.8913 75.8117 99.1264L96.4 89.2197C98.5634 88.1787 99.9392 85.9892 99.9392 83.5871V16.4133C99.9392 14.0112 98.5635 11.8217 96.4001 10.7807L75.8117 0.873695C73.7255 -0.13019 71.2838 0.115699 69.4527 1.44688C69.1912 1.63705 68.942 1.84937 68.7082 2.08335L29.2943 38.0414L12.1264 25.0096C10.5283 23.7964 8.29285 23.8959 6.80855 25.246L1.30225 30.2548C-0.513334 31.9064 -0.515415 34.7627 1.29775 36.4169L16.1863 50L1.29775 63.5832C-0.515415 65.2374 -0.513334 68.0937 1.30225 69.7452L6.80855 74.754C8.29285 76.1042 10.5283 76.2036 12.1264 74.9905L29.2943 61.9586L68.7082 97.9167C69.3317 98.5405 70.0638 99.0104 70.8511 99.3171ZM74.9544 27.2989L45.0483 50L74.9544 72.7012V27.2989Z" fill="url(#paint0_linear)"/>
</g>
</g>
<defs>
<filter id="filter0_d" x="-8.39411" y="15.8291" width="116.727" height="92.2456" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/>
<feOffset/>
<feGaussianBlur stdDeviation="4.16667"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/>
<feBlend mode="overlay" in2="BackgroundImageFix" result="effect1_dropShadow"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/>
</filter>
<filter id="filter1_d" x="60.4167" y="-8.07558" width="47.9167" height="116.151" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/>
<feOffset/>
<feGaussianBlur stdDeviation="4.16667"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/>
<feBlend mode="overlay" in2="BackgroundImageFix" result="effect1_dropShadow"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/>
</filter>
<linearGradient id="paint0_linear" x1="49.9392" y1="0.257812" x2="49.9392" y2="99.7423" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="white" stop-opacity="0"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 4.3 KiB

View file

@ -0,0 +1,55 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="31.846701"
height="24.620001"
viewBox="0 0 31.846701 24.620001"
fill="none"
version="1.1"
id="svg4"
sodipodi:docname="warp.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview4"
pagecolor="#505050"
bordercolor="#ffffff"
borderopacity="1"
inkscape:showpageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="1"
inkscape:deskcolor="#d1d1d1"
showgrid="false" />
<path
d="M 15.8767,24.62 H 3.59874 C 1.61121,24.62 0,23.0088 0,21.0212 V 7.04946 C 0,5.06192 1.61121,3.45068 3.59874,3.45068 H 21.169 Z"
fill="#006da8"
id="path1" />
<path
d="m 15.97,0 h 12.278 c 1.9875,0 3.5987,1.61123 3.5987,3.59879 V 17.5705 c 0,1.9876 -1.6112,3.5988 -3.5987,3.5988 H 10.6777 Z"
fill="#9f73ff"
id="path2" />
<path
d="m 15.97,0 h 12.278 c 1.9875,0 3.5987,1.61123 3.5987,3.59879 V 17.5705 c 0,1.9876 -1.6112,3.5988 -3.5987,3.5988 H 10.6777 Z"
fill="url(#paint0_linear_364_527)"
id="path3"
style="fill:url(#paint0_linear_364_527)" />
<defs
id="defs4">
<linearGradient
id="paint0_linear_364_527"
x1="17.903799"
y1="17.327101"
x2="35.298"
y2="3.1594901"
gradientUnits="userSpaceOnUse">
<stop
stop-color="#01A4FF"
id="stop3" />
<stop
offset="0.791667"
stop-color="#01FFC2"
id="stop4" />
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

View file

@ -0,0 +1,44 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="79.373528mm"
height="79.372566mm"
viewBox="0 0 79.373528 79.372566"
version="1.1"
id="svg1"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview1"
pagecolor="#505050"
bordercolor="#ffffff"
borderopacity="1"
inkscape:showpageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="1"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm" />
<defs
id="defs1" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-64.822916,-108.21459)">
<g
stroke-width="0.265"
transform="matrix(0.99996937,0,0,0.99996937,223.59651,29.913778)"
id="g4">
<path
d="m -79.4709,116.816 c 0,0 1.8361,-38.5128 -40.4918,-38.5128 -37.4332,0 -38.6027,36.9438 -38.6027,36.9438 0,0 -5.50624,42.4312 39.4652,42.4312 43.1324,0 39.6293,-40.8622 39.6293,-40.8622 z m -52.3346,-13.4575 c 7.942,-4.85881 18.0885,-1.88916 21.8903,5.4176 0.72054,1.38478 0.81211,3.51658 0.35578,4.96941 -1.57548,5.01544 -5.29537,7.82823 -10.4013,9.02308 1.50527,-1.2887 2.70352,-2.75007 3.08478,-4.76911 a 6.98553,6.98553 0 0 0 -1.20187,-5.54461 7.08025,7.08025 0 0 0 -8.15208,-2.48422 c -3.14351,1.19356 -4.86542,4.06241 -4.55506,7.58904 0.28834,3.27581 2.77389,5.39882 7.42447,6.20527 -0.69506,0.36788 -1.23039,0.63881 -1.75416,0.93059 a 16.9116,16.9116 0 0 0 -5.4356,4.72758 c -0.47199,0.63722 -0.7965,0.68855 -1.51527,0.24901 -9.34984,-5.71764 -9.95071,-20.067 0.25989,-26.3136 z m -6.99797,35.3298 c -1.50201,0.38126 -2.95751,0.94567 -4.49289,1.44925 0.75102,-5.06703 6.6847,-9.73349 11.7025,-9.20115 a 12.9331,12.9331 0 0 0 -2.44528,6.85086 c -1.6674,0.30708 -3.23876,0.51366 -4.76435,0.90091 z m 31.959,-49.4718 c 1.48429,0.05454 2.97127,0.03199 4.45665,0.06715 a 7.68668,7.68668 0 0 1 1.10262,0.15364 10.7439,10.7439 0 0 1 -1.1207,1.43753 c -0.53101,0.4948 -1.13096,0.97859 -1.89603,0.22648 -0.18401,-0.1809 -0.61875,-0.13938 -0.93892,-0.1436 -1.47699,-0.01941 -2.95593,-0.06661 -4.43072,-0.01093 a 27.5272,27.5272 0 0 0 -3.81661,0.38973 c -0.23645,0.04246 -0.58999,0.82854 -0.4813,1.11839 0.25646,0.68403 0.63058,1.43835 1.18477,1.87584 2.04796,1.6166 4.22593,3.06811 6.28333,4.6736 1.99919,1.56014 3.86,3.26972 4.99401,5.62319 1.47751,3.06652 1.52056,6.282 0.88339,9.51177 -1.0637,5.39168 -3.79227,9.85864 -8.21055,13.1032 -1.78033,1.30731 -3.98463,2.04923 -6.02377,2.98847 -1.79334,0.82616 -3.63934,1.53763 -5.43692,2.35501 -3.24088,1.47359 -5.06227,4.99136 -4.52649,8.6487 0.49172,3.35624 3.43614,6.15711 6.80905,6.73523 4.04601,0.69363 8.22087,-1.93577 9.21067,-6.04838 1.11303,-4.62438 -1.39959,-8.75321 -6.10261,-10.0047 -0.20709,-0.0551 -0.41497,-0.10729 -0.84699,-0.21878 1.25807,-0.56211 2.34458,-0.96258 3.34778,-1.51458 q 2.62501,-1.44447 5.15435,-3.05911 c 0.49588,-0.31724 0.76379,-0.3174 1.1867,0.0482 3.23454,2.79664 5.16414,6.27539 5.70522,10.5407 0.89548,7.06014 -2.44663,13.5461 -8.7503,16.8704 -9.75255,5.14323 -21.6866,-0.71078 -23.8406,-11.5231 -1.84515,-9.26121 4.69106,-17.662 12.5576,-19.2839 3.38323,-0.69755 6.477,-2.10598 8.88207,-4.71143 1.55183,-1.68119 2.30409,-3.12368 2.56042,-3.77455 a 10.4682,10.4682 0 0 0 0.71996,-3.82826 8.96064,8.96064 0 0 0 -0.7846,-3.2803 c -0.82126,-1.87193 -3.96742,-4.84982 -4.74636,-5.47794 l -7.40833,-5.79993 c -0.2613,-0.21499 -0.55547,-0.19941 -1.19271,-0.15622 -0.757,0.05131 -2.69214,0.15845 -3.52717,-0.06036 0.67549,-0.5112 2.51704,-1.25548 3.30783,-1.85394 -2.40067,-1.62182 -5.14086,-1.03606 -7.65731,-1.52032 0.58187,-1.08371 3.46101,-2.74902 5.09852,-2.93449 a 24.2181,24.2181 0 0 0 -0.44651,-2.72018 c -0.1,-0.36822 -0.51096,-0.72517 -0.86953,-0.93544 -0.86942,-0.50977 -1.79107,-0.93046 -2.79109,-1.4374 a 5.8039,5.8039 0 0 1 2.99826,-0.9275 11.1961,11.1961 0 0 1 3.00249,0.29252 c 1.78388,0.40759 3.20781,0.14153 4.62704,-1.07103 -1.11707,-0.44985 -2.23401,-0.86082 -3.31735,-1.34692 a 32.5543,32.5543 0 0 1 -3.11653,-1.62938 c 2.81041,0.39039 5.52874,1.44423 8.40238,1.05923 q 0.0367,-0.19592 0.0734,-0.39182 c -2.14826,-0.50004 -4.29657,-1.00007 -6.67517,-1.55374 3.97933,-0.36431 7.68403,-0.42439 11.1921,1.28431 0.98716,0.48083 2.02004,0.87881 2.96624,1.42801 0.46151,0.26786 0.77221,0.79581 1.15083,1.20634 0.30073,0.3261 0.54227,0.76298 0.91176,0.95949 1.40229,0.7457 2.94587,0.77499 4.51855,0.73763 0.0117,-0.17911 0.0228,-0.34697 0.0346,-0.52739 1.58276,0.49459 3.36418,2.31984 3.36127,3.65284 -2.56411,0 -5.12604,-0.0098 -7.68774,0.01426 -0.27379,0.0026 -0.54573,0.20257 -0.81851,0.31099 0.25925,0.15099 0.51403,0.42317 0.77848,0.43291 z"
fill="#88171a"
id="path3" />
<path
d="m -110.152,85.4225 a 0.39174,0.39174 0 0 0 -0.0501,0.62669 0.59071,0.59071 0 0 0 0.8129,0.21746 c 0.24681,-0.12449 0.4889,-0.25701 0.78714,-0.41447 -0.24021,-0.20505 -0.43291,-0.37433 -0.63122,-0.53774 -0.34872,-0.28734 -0.63791,-0.10686 -0.91873,0.10804 z"
id="path4" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 162 KiB

View file

@ -34,14 +34,14 @@
<a
href="https://linkedin.com/in/bartvdbraak"
target="_blank"
rel="noopener noreferrer"
rel="external"
class="btn-icon btn-icon-sm hover:variant-soft-primary"
><LinkedIn /><span class="sr-only">LinkedIn Profile of Bart van der Braak</span></a
>
<a
href="https://github.com/bartvdbraak"
target="_blank"
rel="noopener noreferrer"
rel="external"
class="btn-icon btn-icon-sm hover:variant-soft-primary"
><GitHub /><span class="sr-only">GitHub Profile of Bart van der Braak</span></a
>

View file

@ -30,8 +30,8 @@ function sendToAnalytics(
debug: boolean;
}
) {
const page = Object.entries(options.params).reduce(
(acc, [key, value]) => acc.replace(value, `[${key}]`),
const page = (Object.entries(options.params) as [string, string][]).reduce(
(acc: string, [key, value]: [string, string]) => acc.replace(value, `[${key}]`),
options.path
);

View file

@ -30,7 +30,7 @@
let routes = [
{ url: '/', label: 'Home' },
{ url: '/projects', label: 'Projects' },
{ url: '/tools', label: 'Tools' }
{ url: '/toolbox', label: 'Toolbox' }
// { url: '/blog', label: 'Blog' }
];

View file

@ -1,6 +1,6 @@
<script lang="ts">
import { calculateAge } from '$lib/calculate-age';
import picture from '$lib/assets/bartvdbraak_profile_noire.jpg';
import bartvdbraakImage from '$lib/assets/bartvdbraak.jpg';
</script>
<svelte:head>
@ -42,7 +42,7 @@
</div>
<div class="md:col-span-1 flex justify-end">
<img
src={picture}
src={bartvdbraakImage}
alt="Bart van der Braak with a noire effect"
class="max-w-1/3 mb-4 object-cover"
/>

View file

View file

@ -1,10 +1,8 @@
<script>
/** @type {import('./$types').PageData} */
export let data;
</script>
<svelte:head>
<title>hellob.art &mdash; {data.title}</title>
<title>hellob.art &mdash;</title>
</svelte:head>
<!-- <h1>{data.title}</h1>

View file

@ -1,50 +1,6 @@
<script>
import videowallImage from '$lib/assets/videowall.jpeg';
import videowallLogo from '$lib/assets/videowall-logo.png';
import ticketDashboardImage from '$lib/assets/ticketdashboard.png';
import ticketDashboardLogo from '$lib/assets/triple-logo.png';
import zaantjeImage from '$lib/assets/zaantje.png';
import zaantjeLogo from '$lib/assets/zaantje-logo.png';
import ProjectCard from '$lib/components/ProjectCard.svelte';
let projects = [
{
id: 1,
link: '#',
headerImage: videowallImage,
headerSubTitle: 'Private Project',
title: 'Videowall',
description: `An internal application to control an impressive 6x5 monitor setup with a user-friendly
frontend built with React and Next.js utilizing a powerful backend developed in Golang.`,
logo: videowallLogo,
contributors: [],
date: '2021'
},
{
id: 2,
link: '#',
headerImage: ticketDashboardImage,
headerSubTitle: 'Private Project',
title: 'Ticket Dashboard',
description: `Web app that consolidates tickets from various sources into one view for easy navigation, filters, and search for efficient
ticket management. Developed with Next.js for frontend and Golang for backend.`,
logo: ticketDashboardLogo,
contributors: [],
date: '2020'
},
{
id: 3,
link: 'https://zaantje.com',
headerImage: zaantjeImage,
headerSubTitle: 'Personal Project',
title: 'Zaantje',
description: `A SPA crafted with Nuxt.js and Vue.js, backed by Sanity CMS, taking you
on a virtual tour of Zaandam, showcasing locations of famous music videos.`,
logo: zaantjeLogo,
contributors: [],
date: '2020'
}
];
import ProjectCard from './ProjectCard.svelte';
import projects from './projects-cards';
</script>
<svelte:head>
@ -56,7 +12,7 @@
</svelte:head>
<main class="container mx-auto px-4 py-8 text-left">
<h2 class="text-3xl font-bold mb-8">My Projects</h2>
<h2 class="text-3xl font-bold mb-8">Projects</h2>
<p class="text-lg leading-relaxed mb-8">
Here, you'll find a curated collection of projects that I've either created or contributed to as
@ -68,16 +24,29 @@
<div class="w-full text-token grid grid-cols-1 md:grid-cols-2 gap-4">
{#each projects as project}
<ProjectCard
link={project.link}
headerImage={project.headerImage}
headerSubTitle={project.headerSubTitle}
title={project.title}
description={project.description}
logo={project.logo}
contributors={project.contributors}
date={project.date}
/>
{#if project.link}
<a href={project.link}>
<ProjectCard
headerImage={project.headerImage}
headerSubTitle={project.headerSubTitle}
title={project.title}
description={project.description}
logo={project.logo}
contributors={project.contributors}
date={project.date}
/>
</a>
{:else}
<ProjectCard
headerImage={project.headerImage}
headerSubTitle={project.headerSubTitle}
title={project.title}
description={project.description}
logo={project.logo}
contributors={project.contributors}
date={project.date}
/>
{/if}
{/each}
</div>
</main>

View file

@ -1,20 +1,18 @@
<script>
<script lang="ts">
import { Avatar } from '@skeletonlabs/skeleton';
export let link = '';
export let headerImage = '';
export let headerSubTitle = '';
export let title = '';
export let description = '';
export let logo = '';
/**
* @type {any[]}
*/
export let contributors = [];
export let date = '';
import type { Project } from './projects-cards';
export let headerImage: Project['headerImage'];
export let headerSubTitle: Project['headerSubTitle'];
export let title: Project['title'];
export let description: Project['description'];
export let logo: Project['logo'];
export let contributors: Project['contributors'];
export let date: Project['date'];
</script>
<a class="card bg-initial card-hover overflow-hidden" href={link}>
<div class="card bg-initial card-hover overflow-hidden">
<header>
<img
src={headerImage}
@ -38,8 +36,7 @@
{#each contributors as contributor}
<Avatar src={contributor.imageSrc} width="w-8" />
{/each}
<small>{new Date(date).toLocaleDateString()}</small>
</div>
</footer>
</a>
</div>

View file

@ -0,0 +1,15 @@
import videowallImage from '$lib/assets/projects/videowall.jpeg';
import videowallLogo from '$lib/assets/projects/videowall-logo.png';
import ticketDashboardImage from '$lib/assets/projects/ticketdashboard.png';
import ticketDashboardLogo from '$lib/assets/projects/triple-logo.png';
import zaantjeImage from '$lib/assets/projects/zaantje.png';
import zaantjeLogo from '$lib/assets/projects/zaantje-logo.png';
export {
videowallImage,
videowallLogo,
ticketDashboardImage,
ticketDashboardLogo,
zaantjeImage,
zaantjeLogo
};

View file

@ -0,0 +1,60 @@
import {
ticketDashboardImage,
ticketDashboardLogo,
videowallImage,
videowallLogo,
zaantjeImage,
zaantjeLogo
} from './projects-assets';
interface Contributor {
name: string;
imageSrc: string;
}
export interface Project {
link?: string;
headerImage: string;
headerSubTitle: string;
title: string;
description: string;
logo: string;
contributors: Contributor[];
date: string;
}
const projects: Project[] = [
{
headerImage: videowallImage,
headerSubTitle: 'Private Project',
title: 'Videowall',
description: `An internal application to control an impressive 6x5 monitor setup with a user-friendly
frontend built with React and Next.js utilizing a powerful backend developed in Golang.`,
logo: videowallLogo,
contributors: [],
date: '2021'
},
{
headerImage: ticketDashboardImage,
headerSubTitle: 'Private Project',
title: 'Ticket Dashboard',
description: `Web app that consolidates tickets from various sources into one view for easy navigation, filters, and search for efficient
ticket management. Developed with Next.js for frontend and Golang for backend.`,
logo: ticketDashboardLogo,
contributors: [],
date: '2020'
},
{
link: 'https://zaantje.com',
headerImage: zaantjeImage,
headerSubTitle: 'Personal Project',
title: 'Zaantje',
description: `A SPA crafted with Nuxt.js and Vue.js, backed by Sanity CMS, taking you
on a virtual tour of Zaandam, showcasing locations of famous music videos.`,
logo: zaantjeLogo,
contributors: [],
date: '2020'
}
];
export default projects;

View file

@ -0,0 +1,17 @@
<script lang="ts">
import { Canvas } from '@threlte/core';
import Scene from './Scene.svelte';
import { Theatre } from '@threlte/theatre';
</script>
<svelte:head>
<title>hellob.art &mdash; theatre</title>
</svelte:head>
<main class="container h-screen w-full">
<Canvas>
<Theatre>
<Scene />
</Theatre>
</Canvas>
</main>

View file

@ -0,0 +1,18 @@
<script>
import { T } from '@threlte/core';
import { OrbitControls } from '@threlte/extras';
import { SheetObject } from '@threlte/theatre';
import Kubernetes from '../toolbox/models/Kubernetes.svelte';
</script>
<T.PerspectiveCamera position={[0, 5, 10]} makeDefault>
<OrbitControls target.y={1.5} />
</T.PerspectiveCamera>
<T.AxesHelper></T.AxesHelper>
<SheetObject key="Kubernetes" let:Transform>
<Transform>
<Kubernetes scale={1}></Kubernetes>
</Transform>
</SheetObject>

View file

@ -0,0 +1,47 @@
<script lang="ts">
import { Canvas } from '@threlte/core';
import Scene from './Scene.svelte';
import ToolCard from './ToolCard.svelte';
import tools from './tools-cards';
</script>
<svelte:head>
<title>hellob.art &mdash; toolbox</title>
<meta
name="description"
content="Explore essential DevOps tools like Kubernetes, Terraform, Warp, and version control platforms such as GitHub."
/>
</svelte:head>
<main class="container mx-auto px-4 py-8 text-left">
<h2 class="text-3xl font-bold mb-8">Toolbox</h2>
<div class="grid grid-cols-1 gap-4 md:grid-cols-3 pb-2">
<div class="md:col-span-2">
<p class="text-lg leading-relaxed mb-8">
Welcome to the Toolbox, a comprehensive collection of the tools, applications, and software
that fuel my daily work as a Developer and DevOps Engineer. From code creation to continuous
integration, these are the technologies that enable me to build, test, and deploy with
efficiency and precision. Explore the list below to understand my tech stack and maybe even
discover something new for your own toolkit!
</p>
</div>
<div class="md:col-span-1 flex justify-end">
<Canvas>
<Scene />
</Canvas>
</div>
</div>
<div class="columns-1 md:columns-2 lg:columns-3 gap-6 w-full mb-12">
{#each tools as tool}
<ToolCard
name={tool.name}
title={tool.title}
description={tool.description}
logo={tool.logo}
toolUrl={tool.toolUrl}
/>
{/each}
</div>
</main>

View file

@ -0,0 +1,37 @@
<script lang="ts">
import { T, useFrame } from '@threlte/core';
import { Float } from '@threlte/extras';
import Kubernetes from './models/Kubernetes.svelte';
import { interactivity } from '@threlte/extras';
import { spring } from 'svelte/motion';
interactivity();
const scale = spring(1);
let rotation = 0;
useFrame((state, delta) => {
rotation += delta;
});
</script>
<T.PerspectiveCamera
makeDefault
position={[10, 10, 10]}
on:create={({ ref }) => {
ref.lookAt(0, 1, 0);
}}
/>
<T.DirectionalLight intensity={0.5} position.x={2} position.y={3} />
<T.AmbientLight intensity={0.9} />
<Float floatIntensity={2} floatingRange={[0, 1]}>
<Kubernetes
rotation.y={rotation}
position.y={-1}
position.z={-2}
position.x={-1}
scale={$scale}
on:pointerenter={() => scale.set(1.5)}
on:pointerleave={() => scale.set(1)}
/>
</Float>

View file

@ -0,0 +1,25 @@
<script lang="ts">
export let name: string;
export let title: string;
export let description: string;
export let logo: string;
export let toolUrl: string;
</script>
<a
href={toolUrl}
target="_blank"
rel="external"
class="mb-6 inline-block h-full w-full rounded-md border border-white/10 bg-white/5 p-4 shadow-xl duration-200 hover:bg-white/10 hover:shadow-2xl"
>
<div class="flex flex-col gap-6">
<div class="flex gap-6">
<img src={logo} alt={name + ' logo'} class="h-12 w-12 rounded-sm object-contain" />
<div class="grow">
<h4 class="mb-0">{name}</h4>
<p class="text-faded text-sm font-normal">{title}</p>
</div>
</div>
<p class="text-faded mt-0 text-base font-normal">{description}</p>
</div>
</a>

View file

@ -3,12 +3,19 @@ Auto-generated by: https://github.com/threlte/threlte/tree/main/packages/gltf
Command: npx @threlte/gltf@1.0.0-next.13 ./static/models/kubernetes.glb --transform
-->
<script>
<script lang="ts">
import { Group } from 'three';
import { T, forwardEventHandlers } from '@threlte/core';
import { useGltf } from '@threlte/extras';
export const ref = new Group();
const initialScale = 250;
const offsetOrigin: [number, number, number] = [-0.0091, -0.0086, 0.0007];
const multipliedOffset: [number, number, number] = [
offsetOrigin[0] * initialScale,
offsetOrigin[1] * initialScale,
offsetOrigin[2] * initialScale
];
const gltf = useGltf('/models/kubernetes-transformed.glb', { useDraco: true });
@ -22,12 +29,16 @@ Command: npx @threlte/gltf@1.0.0-next.13 ./static/models/kubernetes.glb --transf
<T.Mesh
geometry={gltf.nodes.Curve.geometry}
material={gltf.materials['SVGMat.006']}
rotation={[Math.PI / 2, 0, 0.9]}
rotation={[Math.PI / 2, 0, 0]}
position={multipliedOffset}
scale={initialScale}
/>
<T.Mesh
geometry={gltf.nodes.Curve001.geometry}
material={gltf.materials['SVGMat.007']}
rotation={[Math.PI / 2, 0, 0.9]}
rotation={[Math.PI / 2, 0, 0]}
position={multipliedOffset}
scale={initialScale}
/>
{:catch error}
<slot name="error" {error} />

View file

@ -0,0 +1,99 @@
import GitHubLogo from '$lib/assets/tools/github.svg';
import OverleafLogo from '$lib/assets/tools/overleaf.svg';
import ArgoCDLogo from '$lib/assets/tools/argocd.svg';
import Studio3TLogo from '$lib/assets/tools/studio3t.svg';
import WarpLogo from '$lib/assets/tools/warp.svg';
import K9sLogo from '$lib/assets/tools/k9s.png';
import FigmaLogo from '$lib/assets/tools/figma.svg';
import AzureCLILogo from '$lib/assets/tools/azure-cli.svg';
import KeystoreExplorer from '$lib/assets/tools/keystore-exporer.png';
import TogglTrackLogo from '$lib/assets/tools/toggl-track.svg';
import HelmLogo from '$lib/assets/tools/helm.svg';
import RoyalTSXLogo from '$lib/assets/tools/royal-tsx.png';
import PoetryLogo from '$lib/assets/tools/poetry.svg';
import MaccyLogo from '$lib/assets/tools/maccy.png';
import BalenaEtcherLogo from '$lib/assets/tools/balena-etcher.svg';
import SendGridLogo from '$lib/assets/tools/sendgrid.svg';
import InsomniaLogo from '$lib/assets/tools/insomnia.svg';
import BlenderLogo from '$lib/assets/tools/blender.svg';
import BitwardenLogo from '$lib/assets/tools/bitwarden.svg';
import AzureDataStudioLogo from '$lib/assets/tools/azure-data-studio.png';
import WiresharkLogo from '$lib/assets/tools/wireshark.png';
import RectangleLogo from '$lib/assets/tools/rectangle.png';
import PyCharmLogo from '$lib/assets/tools/pycharm.svg';
import DockerLogo from '$lib/assets/tools/docker.webp';
import CyberduckLogo from '$lib/assets/tools/cyberduck.png';
import MullvadVPNLogo from '$lib/assets/tools/mullvad-vpn.svg';
import JqLogo from '$lib/assets/tools/jq.svg';
import AkamaiLogo from '$lib/assets/tools/akamai.svg';
import CloudFlareLogo from '$lib/assets/tools/cloudflare.svg';
import VisualStudioCodeLogo from '$lib/assets/tools/visual-studio-code.svg';
import OpsGenieLogo from '$lib/assets/tools/opsgenie.svg';
import VimLogo from '$lib/assets/tools/vim.svg';
import NotionLogo from '$lib/assets/tools/notion.svg';
import NvmLogo from '$lib/assets/tools/nvm.svg';
import GIMPLogo from '$lib/assets/tools/gimp.svg';
import AzureStorageExplorerLogo from '$lib/assets/tools/azure-storage-explorer.svg';
import MeldLogo from '$lib/assets/tools/meld.svg';
import KarabinerElementsLogo from '$lib/assets/tools/karabiner-elements.png';
import KustomizeLogo from '$lib/assets/tools/kustomize.svg';
import InkScapeLogo from '$lib/assets/tools/inkscape.svg';
import OBSLogo from '$lib/assets/tools/obs.svg';
import WireGuardLogo from '$lib/assets/tools/wireguard.svg';
import SwitchHostsLogo from '$lib/assets/tools/switchhosts.svg';
import SlackLogo from '$lib/assets/tools/slack.svg';
import NmapLogo from '$lib/assets/tools/nmap.svg';
import DBeaverLogo from '$lib/assets/tools/dbeaver.svg';
import TerraformLogo from '$lib/assets/tools/terraform.svg';
import GitLensLogo from '$lib/assets/tools/gitlens.png';
export {
GitHubLogo,
OverleafLogo,
ArgoCDLogo,
Studio3TLogo,
WarpLogo,
K9sLogo,
FigmaLogo,
AzureCLILogo,
KeystoreExplorer,
TogglTrackLogo,
HelmLogo,
RoyalTSXLogo,
PoetryLogo,
MaccyLogo,
BalenaEtcherLogo,
SendGridLogo,
InsomniaLogo,
BlenderLogo,
BitwardenLogo,
AzureDataStudioLogo,
RectangleLogo,
PyCharmLogo,
DockerLogo,
CyberduckLogo,
MullvadVPNLogo,
JqLogo,
AkamaiLogo,
CloudFlareLogo,
VisualStudioCodeLogo,
OpsGenieLogo,
VimLogo,
NotionLogo,
NvmLogo,
GIMPLogo,
AzureStorageExplorerLogo,
MeldLogo,
KarabinerElementsLogo,
KustomizeLogo,
InkScapeLogo,
OBSLogo,
WireGuardLogo,
SwitchHostsLogo,
WiresharkLogo,
SlackLogo,
NmapLogo,
DBeaverLogo,
TerraformLogo,
GitLensLogo
};

View file

@ -0,0 +1,446 @@
import {
AkamaiLogo,
ArgoCDLogo,
AzureCLILogo,
AzureDataStudioLogo,
AzureStorageExplorerLogo,
BalenaEtcherLogo,
BitwardenLogo,
BlenderLogo,
CloudFlareLogo,
CyberduckLogo,
DBeaverLogo,
DockerLogo,
FigmaLogo,
GIMPLogo,
GitHubLogo,
GitLensLogo,
HelmLogo,
InkScapeLogo,
InsomniaLogo,
JqLogo,
K9sLogo,
KarabinerElementsLogo,
KeystoreExplorer,
KustomizeLogo,
MaccyLogo,
MeldLogo,
MullvadVPNLogo,
NmapLogo,
NotionLogo,
NvmLogo,
OBSLogo,
OpsGenieLogo,
OverleafLogo,
PoetryLogo,
PyCharmLogo,
RectangleLogo,
RoyalTSXLogo,
SendGridLogo,
SlackLogo,
Studio3TLogo,
SwitchHostsLogo,
TerraformLogo,
TogglTrackLogo,
VimLogo,
VisualStudioCodeLogo,
WarpLogo,
WireGuardLogo,
WiresharkLogo
} from './tools-assets';
export interface Tool {
name: string;
title: string;
description: string;
logo: string;
toolUrl: string;
}
const tools: Tool[] = [
{
name: 'GitHub',
title: 'A complete developer platform',
description:
'A platform for hosting and collaborating on code, providing version control, issue tracking, and code review.',
logo: GitHubLogo,
toolUrl: 'https://github.com'
},
{
name: 'Overleaf',
title: 'Online LaTeX Editor',
description:
'Overleaf provides a collaborative environment for writing and publishing LaTeX documents. I use it for crafting scientific papers, technical documents, and more.',
logo: OverleafLogo,
toolUrl: 'https://www.overleaf.com'
},
{
name: 'ArgoCD',
title: 'Declarative GitOps Continuous Delivery',
description:
'ArgoCD is vital for deploying applications in a declarative way, using Git as the source of truth. It helps me to manage and automate deployments across different environments.',
logo: ArgoCDLogo,
toolUrl: 'https://argoproj.github.io/cd/'
},
{
name: 'Studio 3T',
title: 'MongoDB Development Tool',
description:
'Studio 3T simplifies working with MongoDB, providing useful features for managing databases, collections, and queries.',
logo: Studio3TLogo,
toolUrl: 'https://www.studio3t.com'
},
{
name: 'Warp',
title: 'Fast and Secure VPN',
description:
'Warp is a modern, Rust-based terminal with AI built in so you and your team can build great software, faster.',
logo: WarpLogo,
toolUrl: 'https://warp.dev'
},
{
name: 'k9s',
title: 'Kubernetes Terminal',
description:
'k9s is a Kubernetes terminal that provides an easy interface to interact with clusters, aiding in managing and observing Kubernetes resources.',
logo: K9sLogo,
toolUrl: 'https://k9scli.io'
},
{
name: 'Figma',
title: 'Collaborative Design Tool',
description:
'Figma is a collaborative design tool that helps in creating, testing, and sharing user interfaces for applications and websites.',
logo: FigmaLogo,
toolUrl: 'https://www.figma.com'
},
{
name: 'Azure CLI',
title: 'Command-line Interface for Azure',
description:
'Azure CLI is a command-line interface for managing Azure resources, enabling quick administration of my Azure-hosted applications and services.',
logo: AzureCLILogo,
toolUrl: 'https://docs.microsoft.com/cli/azure'
},
{
name: 'KeyStore Explorer',
title: 'GUI-based Key & Certificate Management Tool',
description:
'KeyStore Explorer is a GUI-based tool to manage cryptographic keys and certificates, helping in development and testing phases.',
logo: KeystoreExplorer,
toolUrl: 'https://keystore-explorer.org'
},
{
name: 'Toggl Track',
title: 'Time Tracking Tool',
description:
'Toggl Track is a time tracking tool that assists in managing my daily tasks and tracking productivity.',
logo: TogglTrackLogo,
toolUrl: 'https://www.toggl.com/track'
},
{
name: 'Helm',
title: 'Kubernetes Package Manager',
description:
'Helm is a Kubernetes package manager that simplifies the deployment and management of applications on Kubernetes clusters.',
logo: HelmLogo,
toolUrl: 'https://helm.sh'
},
{
name: 'Royal TSX',
title: 'Connection Management Tool',
description:
'Royal TSX is a connection management tool that provides easy and secure access to remote systems.',
logo: RoyalTSXLogo,
toolUrl: 'https://www.royalapps.com/ts/mac/features'
},
{
name: 'poetry',
title: 'Python Dependency Management Tool',
description:
'poetry is a Python dependency management tool that simplifies package management and project environment setup.',
logo: PoetryLogo,
toolUrl: 'https://python-poetry.org'
},
{
name: 'Maccy',
title: 'Clipboard Manager for macOS',
description:
'Maccy is a lightweight clipboard manager for macOS that improves productivity by keeping a history of the clipboard.',
logo: MaccyLogo,
toolUrl: 'https://maccy.app'
},
{
name: 'Balena Etcher',
title: 'USB and SD Card Writing Tool',
description:
'Balena Etcher is a USB and SD card writing tool used to flash OS images onto memory cards or drives.',
logo: BalenaEtcherLogo,
toolUrl: 'https://www.balena.io/etcher'
},
{
name: 'SendGrid',
title: 'Email Delivery Service',
description:
'SendGrid is an email delivery service that facilitates the sending of transactional or marketing emails.',
logo: SendGridLogo,
toolUrl: 'https://sendgrid.com'
},
{
name: 'Insomnia',
title: 'REST Client',
description:
'Insomnia is a powerful REST client that aids in testing, debugging, and interacting with HTTP APIs.',
logo: InsomniaLogo,
toolUrl: 'https://insomnia.rest'
},
{
name: 'Blender',
title: '3D Modeling and Animation Software',
description:
'Blender is a 3D modeling and animation software used for creating and rendering 3D graphics and animations.',
logo: BlenderLogo,
toolUrl: 'https://www.blender.org'
},
{
name: 'Bitwarden',
title: 'Open-source Password Manager',
description:
'Bitwarden is an open-source password manager that securely stores and manages passwords across devices.',
logo: BitwardenLogo,
toolUrl: 'https://bitwarden.com'
},
{
name: 'Azure Data Studio',
title: 'Cross-platform Database Tool',
description:
'Azure Data Studio is a cross-platform database tool that provides a modern editor experience for managing data across multiple sources.',
logo: AzureDataStudioLogo,
toolUrl: 'https://azure.microsoft.com/products/data-studio'
},
{
name: 'Wireshark',
title: 'Network Protocol Analyzer',
description:
'Wireshark is a network protocol analyzer that helps me inspect and troubleshoot network traffic, providing in-depth insights.',
logo: WiresharkLogo,
toolUrl: 'https://www.wireshark.org'
},
{
name: 'Rectangle',
title: 'Window Management Tool for macOS',
description:
'Rectangle is a window management tool for macOS that provides keyboard shortcuts for resizing and organizing windows efficiently.',
logo: RectangleLogo,
toolUrl: 'https://rectangleapp.com/'
},
{
name: 'PyCharm',
title: 'Integrated Development Environment for Python',
description:
'An Integrated Development Environment (IDE) for Python, providing intelligent code assistance and debugging tools.',
logo: PyCharmLogo,
toolUrl: 'https://www.jetbrains.com/pycharm/'
},
{
name: 'Docker',
title: 'Containerization Platform',
description:
'A platform that enables the development, shipment, and running of applications inside containers, ensuring consistency across environments.',
logo: DockerLogo,
toolUrl: 'https://www.docker.com'
},
{
name: 'Cyberduck',
title: 'Server and Cloud Storage Browser',
description:
'A libre server and cloud storage browser for Mac and Windows, supporting various protocols and cloud providers.',
logo: CyberduckLogo,
toolUrl: 'https://cyberduck.io'
},
{
name: 'Mullvad VPN',
title: 'VPN Service',
description:
'A VPN service that prioritizes privacy and anonymity, keeping my online activities secure and private.',
logo: MullvadVPNLogo,
toolUrl: 'https://mullvad.net'
},
{
name: 'jq',
title: 'Command-line JSON Processor',
description:
'A lightweight and flexible command-line JSON processor, essential for parsing and manipulating JSON data in the shell.',
logo: JqLogo,
toolUrl: 'https://stedolan.github.io/jq/'
},
{
name: 'Akamai',
title: 'Global Content Delivery Network',
description:
'A global content delivery network, cybersecurity, and cloud service company, providing web and internet security services.',
logo: AkamaiLogo,
toolUrl: 'https://www.akamai.com'
},
{
name: 'CloudFlare',
title: 'Content Delivery Network and Security Services',
description:
'A company that offers CDN services, DDoS mitigation, and distributed domain name server services to optimize and secure online content.',
logo: CloudFlareLogo,
toolUrl: 'https://www.cloudflare.com'
},
{
name: 'Visual Studio Code',
title: 'Code Editor',
description:
'A free, open-source code editor that offers powerful tools for code development, debugging, and extensions for various programming languages.',
logo: VisualStudioCodeLogo,
toolUrl: 'https://code.visualstudio.com'
},
{
name: 'OpsGenie',
title: 'Alert and On-Call Management Platform',
description:
'An alert and on-call management platform that ensures critical alerts are never missed, improving incident response times.',
logo: OpsGenieLogo,
toolUrl: 'https://www.atlassian.com/software/opsgenie'
},
{
name: 'vim',
title: 'Text Editor',
description:
'A highly configurable and efficient text editor that I use for editing code and text files from the command line.',
logo: VimLogo,
toolUrl: 'https://www.vim.org'
},
{
name: 'Notion',
title: 'Collaboration Platform',
description:
'A collaboration platform that combines note-taking, task management, and workflow management.',
logo: NotionLogo,
toolUrl: 'https://www.notion.so'
},
{
name: 'nvm',
title: 'Node.js Version Manager',
description:
'A Node.js version manager that simplifies the installation and management of multiple Node.js versions.',
logo: NvmLogo,
toolUrl: 'https://github.com/nvm-sh/nvm'
},
{
name: 'GIMP',
title: 'Open-source Graphics Editor',
description:
'An open-source raster graphics editor used for tasks such as photo retouching, image editing, and composition.',
logo: GIMPLogo,
toolUrl: 'https://www.gimp.org'
},
{
name: 'Azure Storage Explorer',
title: 'Azure Storage Management Application',
description: 'A standalone app that facilitates the management of Azure storage data.',
logo: AzureStorageExplorerLogo,
toolUrl: 'https://azure.microsoft.com/products/storage/storage-explorer'
},
{
name: 'Meld',
title: 'Visual Diff and Merge Tool',
description:
'A visual diff and merge tool that provides clear comparisons between files and directories.',
logo: MeldLogo,
toolUrl: 'https://meldmerge.org'
},
{
name: 'Karabiner Elements',
title: 'Keyboard Customizer for macOS',
description:
'A powerful keyboard customizer for macOS, providing multiple customization options for the keyboard.',
logo: KarabinerElementsLogo,
toolUrl: 'https://karabiner-elements.pqrs.org'
},
{
name: 'Kustomize',
title: 'Kubernetes Configuration Customizer',
description:
'A template-free way to customize application configuration that simplifies the customization of Kubernetes YAML configuration files.',
logo: KustomizeLogo,
toolUrl: 'https://kustomize.io'
},
{
name: 'InkScape',
title: 'Open-source Vector Graphics Editor',
description:
'An open-source vector graphics editor, enabling the creation and editing of vector images.',
logo: InkScapeLogo,
toolUrl: 'https://inkscape.org'
},
{
name: 'OBS',
title: 'Open Broadcaster Software',
description:
'Open Broadcaster Software, a free and open-source tool for video recording and live streaming.',
logo: OBSLogo,
toolUrl: 'https://obsproject.com'
},
{
name: 'WireGuard',
title: 'Modern VPN Protocol',
description:
'A modern VPN protocol that aims for simplicity and speed, facilitating secure connections.',
logo: WireGuardLogo,
toolUrl: 'https://www.wireguard.com'
},
{
name: 'SwitchHosts',
title: 'Hosts File Manager',
description:
'An App for managing and switching hosts files, allowing me to easily switch between different environments.',
logo: SwitchHostsLogo,
toolUrl: 'https://switchhosts.vercel.app/'
},
{
name: 'Slack',
title: 'Collaboration Hub',
description:
'A collaboration hub that connects my work with the people I work with through channels, where communication and files are placed in one place.',
logo: SlackLogo,
toolUrl: 'https://slack.com'
},
{
name: 'nmap',
title: 'Network Security Scanner',
description:
'A security scanner used to discover hosts and services on a computer network, providing a detailed view of the network.',
logo: NmapLogo,
toolUrl: 'https://nmap.org'
},
{
name: 'DBeaver',
title: 'Universal Database Tool',
description:
'A universal database tool for developers and database administrators that supports all popular databases.',
logo: DBeaverLogo,
toolUrl: 'https://dbeaver.io'
},
{
name: 'Terraform',
title: 'Infrastructure as Code Tool',
description:
'An open-source infrastructure as code tool that enables the automated creation, modification, and versioning of complex infrastructures.',
logo: TerraformLogo,
toolUrl: 'https://www.terraform.io'
},
{
name: 'GitLens',
title: 'Git Extension for Visual Studio Code',
description:
'An extension for Visual Studio Code that supercharges the Git capabilities, providing advanced blame annotations, code lens, and more.',
logo: GitLensLogo,
toolUrl: 'https://gitlens.amod.io'
}
];
export default tools;

View file

@ -1,105 +0,0 @@
<!-- src/routes/tools/+page.svelte -->
<script lang="ts">
import { Canvas } from '@threlte/core';
import { T } from '@threlte/core';
import { ContactShadows, Float, OrbitControls } from '@threlte/extras';
import Github from './models/Github.svelte';
import TerraformFlat from './models/TerraformFlat.svelte';
import Kubernetes from './models/Kubernetes.svelte';
import Warp from './models/Warp.svelte';
</script>
<svelte:head>
<title>hellob.art &mdash; tools</title>
<meta
name="description"
content="Explore essential DevOps tools like Kubernetes, Terraform, Warp, and version control platforms GitHub, Azure DevOps, and GitLab."
/>
</svelte:head>
<main class="container mx-auto px-4 py-8 text-left">
<h2 class="text-3xl font-bold mb-8">Tools</h2>
<h2 class="text-2xl font-bold mb-8">Kubernetes</h2>
<p class="text-lg leading-relaxed mb-8">
Kubernetes is an indispensable part of my daily routine, providing powerful container
orchestration capabilities for seamless application deployment and scaling. I enhance my
Kubernetes workflows with essential tools like k9s for cluster interactions, ArgoCD for
GitOps-based continuous delivery, Kustomize for configuration customization, and AKS (Azure
Kubernetes Service) for managed solutions. This combination streamlines my tasks and ensures
efficient, reliable application management.
</p>
<h2 class="text-2xl font-bold mb-8">Terraform</h2>
<p class="text-lg leading-relaxed mb-8">
Terraform plays a central role in my DevOps toolkit, empowering me to manage and provision
infrastructure efficiently as code. It saves valuable time and effort while maintaining
consistency across deployments, preventing configuration drift in dynamic cloud environments.
The reproductibility that Terraform offers is a game-changer, enabling easy and reliable
environment recreation for testing and development. Seamless integration with Azure DevOps
allows for streamlined CI/CD pipelines, instilling confidence in continuously delivering
infrastructure changes. Embracing Terraform has simplified my daily tasks and enhanced the
overall robustness and stability of our cloud infrastructure.
</p>
<div class="h-72">
<Canvas>
<T.PerspectiveCamera makeDefault position={[-10, 15, 20]} fov={10}>
<OrbitControls
autoRotate
enableZoom={false}
enableDamping
autoRotateSpeed={0.2}
target.y={3}
/>
</T.PerspectiveCamera>
<T.DirectionalLight intensity={0.5} position.x={5} position.y={3} />
<T.AmbientLight intensity={0.2} />
<ContactShadows scale={10} blur={2} far={2.5} opacity={0.5} />
<Float floatIntensity={1} floatingRange={[0, 1]}>
<Github position.y={0} position.z={-0.75} scale={50} />
</Float>
<Float floatIntensity={1} floatingRange={[0, 1]}>
<TerraformFlat position.y={0} position.z={-8} position.x={-5} scale={10} />
</Float>
<Float floatIntensity={1} floatingRange={[0, 1]}>
<Kubernetes position.y={0} position.z={-2} position.x={-5} scale={100} />
</Float>
<Float floatIntensity={1} floatingRange={[0, 1]}>
<Warp position.y={0} position.z={-1} position.x={6} scale={8} />
</Float>
</Canvas>
</div>
<h2 class="text-2xl font-bold mb-8">Warp</h2>
<p class="text-lg leading-relaxed mb-8">
Warp, the high-performance terminal built in Rust, is an essential tool I rely on daily for
development and operations. Its full-text editor for commands, visual grouping of outputs into
blocks, and enhanced shortcuts have significantly boosted my productivity and made CLI
interactions more intuitive. With its impressive speed, multiplatform support, and seamless
integration into existing shells, Warp excels in handling complex tasks, making it indispensable
for efficient and responsive terminal operations.
</p>
<h2 class="text-2xl font-bold mb-8">GitHub, Azure DevOps and Gitlab</h2>
<p class="text-lg leading-relaxed mb-8">
In my daily work, essential platforms like GitHub, Azure DevOps, and GitLab play a crucial role.
For public and personal projects, GitHub provides robust version control and collaboration
tools. Azure DevOps, on the other hand, is my preferred choice for private and corporate
projects, thanks to seamless integration with Azure services and powerful CI/CD capabilities,
optimizing application development and deployment. Additionally, I leverage GitLab for specific
projects, benefiting from its strong version control features and CI/CD pipelines. Together,
these platforms empower efficient collaboration, project management, and development processes,
catering to a wide range of contexts.
</p>
</main>