UPLOAD reusable img assets to be reused by the cta

This commit is contained in:
Antoine M 2026-04-08 16:07:37 +02:00
parent c4d9b895d3
commit a8028c4c6f
3 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" focusable="false" aria-hidden="true">
<circle fill="none" stroke="currentColor" stroke-width="2" cx="16" cy="16" r="15"/>
<path fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M16 9v11M11 17l5 6 5-6"/>
</svg>

After

Width:  |  Height:  |  Size: 328 B

View File

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="fleche-lien-externe-full" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<defs>
<style>
.cls-1 {
fill: none;
stroke: #136F63;
stroke-width: 2px;
}
</style>
</defs>
<circle class="cls-1" cx="16" cy="16" r="15"/>
<g>
<path class="cls-1" d="M21.15,10.59l-9.38,10.02"/>
<path class="cls-1" d="M21.15,21.4v-10.81h-10.32"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 448 B

View File

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" focusable="false" aria-hidden="true">
<g fill="none" stroke="currentColor" stroke-width="2">
<path d="M21.15,10.59l-9.38,10.02"/>
<path d="M21.15,21.4v-10.81h-10.32"/>
</g>
<circle fill="none" stroke="currentColor" stroke-width="2" cx="16" cy="16" r="15"/>
</svg>

After

Width:  |  Height:  |  Size: 338 B