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.
5 lines
408 B
XML
5 lines
408 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 24">
|
|
<path fill="currentColor"
|
|
d="M16.259 8.754a1.094 1.094 0 0 0-2.188 0v1.094h1.093a1.1 1.1 0 0 0 1.095-1.094m5.481 1.207a9.95 9.95 0 1 0-9.831 11.959v-9.91H8.661a1.751 1.751 0 0 0 0 3.5v2.162a3.913 3.913 0 1 1 0-7.826h3.248V8.754a3.256 3.256 0 1 1 3.256 3.256h-1.094v9.7A9.92 9.92 0 0 0 21.74 9.961" />
|
|
</svg>
|