This commit is contained in:
alexandrev-tibco
2026-01-13 17:29:39 +01:00
commit 92de2ea68d
23 changed files with 4113 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512" role="img" aria-label="PorfolioJournal app icon">
<defs>
<linearGradient id="pj-gradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#667eea"/>
<stop offset="100%" stop-color="#764ba2"/>
</linearGradient>
</defs>
<rect x="32" y="32" width="448" height="448" rx="96" fill="url(#pj-gradient)"/>
<path d="M160 336c0-64 48-112 96-112s96 48 96 112" fill="none" stroke="white" stroke-width="28" stroke-linecap="round"/>
<path d="M192 208h128" fill="none" stroke="white" stroke-width="28" stroke-linecap="round"/>
<circle cx="208" cy="176" r="12" fill="white"/>
<circle cx="304" cy="176" r="12" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 747 B