transfer project in github

This commit is contained in:
hamid.zarghami1@gmail.com
2024-05-12 15:29:27 +03:30
commit e644edbd65
348 changed files with 164991 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
<template>
<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 36 36">
<g transform="translate(1 1)">
<circle cx="15" cy="15" r="15" transform="translate(5 5)" fill="#e8ffd3"/>
<path d="M.5,0V5" transform="translate(14.5)" fill="none" stroke="#464646" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/>
<path d="M5,.5H0" transform="translate(25 14.5)" fill="none" stroke="#464646" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/>
<path d="M.5,5V0" transform="translate(14.5 25)" fill="none" stroke="#464646" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/>
<path d="M0,.5H5" transform="translate(0 14.5)" fill="none" stroke="#464646" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/>
<circle cx="15" cy="15" r="15" fill="none" stroke="#8ab661" stroke-linecap="square" stroke-miterlimit="10" stroke-width="2"/>
<path d="M0,0,6,8h6" transform="translate(9 7)" fill="none" stroke="#8ab661" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"/>
</g>
</svg>
</template>