mirror of
https://github.com/shadoll/sLogos.git
synced 2025-12-20 20:35:19 +00:00
- Introduced utility functions to determine the base directory and image URL for logos based on their collection. - Updated `Actions.svelte`, `CardFull.svelte`, `CardMiddle.svelte`, `CardSmall.svelte`, and `CardTiny.svelte` to use the new utility functions for generating image paths. - Ensured that the correct image format (SVG, PNG, JPG) is used based on the logo's properties and active color sets.
10 lines
550 B
XML
10 lines
550 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 354 354" width="100%" height="100%">
|
|
<g id="logo" fill="#0080ff" fill-rule="evenodd" clip-rule="evenodd">
|
|
<path
|
|
d="M177 354v-68.6c72.7 0 129.1-72.1 101.2-148.5-10.2-28.1-32.9-50.8-61.2-61C140.5 48.1 68.4 104.3 68.4 177H0C0 61.2 112-29.2 233.4 8.8c53 16.7 95.3 58.8 111.8 111.8C383.2 242 292.8 354 177 354" />
|
|
<path d="M177.2 285.8h-68.4v-68.5h68.4z" />
|
|
<path d="M108.8 338.1H56.4v-52.3h52.4z" />
|
|
<path d="M56.4 285.8h-44v-44h44z" />
|
|
</g>
|
|
</svg>
|