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.
6 lines
1.8 KiB
XML
6 lines
1.8 KiB
XML
<svg width="100%" height="100%" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg">
|
|
<path
|
|
d="M24.081,3.591c2.093,-0 3.953,1.476 3.953,3.294c-0,1.818 -1.771,3.294 -3.953,3.294c-0.25,-0 -0.575,-0.04 -0.977,-0.122c-0.313,-0.064 -0.638,-0.012 -0.914,0.146l-14.172,8.06c-0.206,0.117 -0.333,0.336 -0.333,0.573c-0,0.238 0.128,0.458 0.336,0.575l15.363,8.624c0.399,0.224 0.885,0.225 1.285,0.003l15.446,-8.586c0.209,-0.116 0.339,-0.337 0.339,-0.576c-0,-0.237 -0.128,-0.456 -0.333,-0.573l-4.82,-2.735c-0.4,-0.227 -0.888,-0.23 -1.29,-0.007l-5.087,2.822c-0.128,0.07 -0.213,0.199 -0.229,0.344l-0.002,0.048c-0,1.819 -1.771,3.295 -3.953,3.295c-2.182,-0 -3.953,-1.476 -3.953,-3.295c-0,-1.818 1.771,-3.294 3.953,-3.294c0.081,-0 0.174,0.005 0.28,0.013l0.166,0.017l0.185,0.023c0.281,0.038 0.567,-0.016 0.816,-0.153l7.524,-4.173c0.573,-0.319 1.27,-0.331 1.855,-0.033l0.08,0.042l10.506,5.965c1.317,0.747 1.332,2.628 0.055,3.405l-0.07,0.041l-7.03,3.907c-0.208,0.116 -0.337,0.337 -0.337,0.575c-0,0.244 0.135,0.47 0.352,0.584l6.96,3.661c1.383,0.727 1.416,2.694 0.06,3.467l-21.142,12.048c-0.607,0.345 -1.353,0.345 -1.959,-0l-21.021,-11.999c-1.358,-0.775 -1.32,-2.746 0.066,-3.469l7.037,-3.671c0.217,-0.114 0.354,-0.339 0.354,-0.585c-0,-0.238 -0.129,-0.458 -0.336,-0.574l-7.122,-3.998c-1.317,-0.74 -1.346,-2.613 -0.08,-3.4l0.07,-0.042l17.492,-9.947c0.276,-0.158 0.486,-0.409 0.592,-0.709l0.022,-0.07c0.615,-1.828 2.011,-2.815 3.966,-2.815Zm9.76,24.267l-8.637,4.966l-0.08,0.044c-0.589,0.303 -1.292,0.29 -1.868,-0.035l-8.61,-4.854c-0.387,-0.219 -0.86,-0.226 -1.253,-0.02l-4.963,2.595c-0.217,0.114 -0.353,0.339 -0.353,0.584c-0,0.236 0.126,0.455 0.332,0.573l15.163,8.676c0.404,0.23 0.899,0.231 1.303,-0l15.294,-8.738c0.205,-0.117 0.333,-0.336 0.333,-0.573c-0,-0.244 -0.136,-0.469 -0.352,-0.582l-5.043,-2.66c-0.398,-0.21 -0.875,-0.2 -1.266,0.024Z"
|
|
style="fill:#24a1c1;fill-rule:nonzero;" />
|
|
</svg>
|