feat(icons): add LGBTIQ+ rainbow icon

Introduced a new LGBTIQ+ rainbow icon SVG to enhance visual representation and inclusivity on the platform. This update includes the integration of the icon within the base template, specifically at the footer section to signal support for the LGBTIQ+ community. This change aligns with our commitment to diversity and inclusiveness.
This commit is contained in:
Kumi 2024-06-07 18:54:15 +02:00
parent a874ae944a
commit 2b7ab71476
Signed by: kumi
GPG key ID: ECBCC9082395383F
2 changed files with 14 additions and 1 deletions

13
assets/dist/icons/rainbow.svg vendored Normal file
View file

@ -0,0 +1,13 @@
<svg xmlns="http://www.w3.org/2000/svg" width="94" height="20" role="img" aria-label="LGBTIQ+">
<title>LGBTIQ+</title>
<rect rx="3" width="94" height="20" fill="#555"/>
<rect x="37" width="57" height="20" fill="#e05d44"/>
<rect x="46.5" width="47.5" height="20" fill="#fecc00"/>
<rect x="56" width="37" height="20" fill="#61c354"/>
<rect x="65.5" width="27" height="20" fill="#007ec6"/>
<rect x="75" width="17" height="20" fill="#744ca1"/>
<rect x="84.5" width="9.5" height="20" rx="3" ry="3" fill="#8b00ff"/>
<g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="8">
<text x="18.5" y="15" fill="#fff">LGBTIQ+</text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 757 B

View file

@ -89,8 +89,8 @@
class="text-muted d-flex justify-content-between align-items-center pt-3"
>
<p class="mb-0">Made with ❤️ and ☕ by Private.coffee</p>
<p class="mb-0">{{ "rainbow" | icon | safe }}</p>
</div>
</div>
</footer>
</body>
</html>