This commit is contained in:
Ildar Kamalov 2024-03-07 09:58:35 +03:00
parent 8274faaf39
commit 6bc325d35d
1 changed files with 2 additions and 2 deletions

View File

@ -246,8 +246,8 @@ const Icons = () => (
<path fillRule="evenodd" clipRule="evenodd" d="M12 20C11.1716 20 10.5 19.3284 10.5 18.5C10.5 17.6716 11.1716 17 12 17C12.8284 17 13.5 17.6716 13.5 18.5C13.5 19.3284 12.8284 20 12 20Z" fill="currentColor" />
</symbol>
<symbol id="check" fill="none" viewBox="0 0 24 24" stroke="currentColor" strokeWidth="1.5" strokeLinecap="round" strokeLinejoin="round">
<path d="M5 11.7665L10.5878 17L19 8" stroke="#67B279" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
<symbol id="check" fill="none" viewBox="0 0 24 24" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round">
<path d="M5 11.7665L10.5878 17L19 8" />
</symbol>
</svg>
);