aboutsummaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorMiguel Ángel Moreno <mail@migalmoreno.com>2024-04-19 16:29:37 +0200
committerMiguel Ángel Moreno <mail@migalmoreno.com>2024-04-19 16:35:55 +0200
commitc58c950acbdc62a1f526938879a31707252ae05b (patch)
tree5db1293006163fc1f17f81be6606e5d7f3873b01 /resources
parent3166d86301186999f22d4dcae0681f623360f87b (diff)
feat: change logo to svg icon
Diffstat (limited to 'resources')
-rw-r--r--resources/src/icons/tubo.svg21
-rw-r--r--resources/src/images/tubo.pngbin1223 -> 0 bytes
2 files changed, 21 insertions, 0 deletions
diff --git a/resources/src/icons/tubo.svg b/resources/src/icons/tubo.svg
new file mode 100644
index 0000000..f606eab
--- /dev/null
+++ b/resources/src/icons/tubo.svg
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ width="210mm"
+ height="297mm"
+ viewBox="0 0 210 297"
+ version="1.1"
+ xmlns="http://www.w3.org/2000/svg">
+ <g filter="url(#shadow)">
+ <path
+ fill="transparent"
+ d="M 164.02313,148.5 45.976869,215.31446 V 81.68554 Z"
+ stroke="#ffffff"
+ stroke-width="25"
+ />
+ </g>
+ <filter id="shadow" x="-20%" y="-40%" width="180%" height="180%" >
+ <feDropShadow dx="15" dy="15" stdDeviation="8" flood-color="black" flood-opacity="0.4" />
+ </filter>
+</svg>
diff --git a/resources/src/images/tubo.png b/resources/src/images/tubo.png
deleted file mode 100644
index f519f7f..0000000
--- a/resources/src/images/tubo.png
+++ /dev/null
Binary files differ