Add check circle asset

This commit is contained in:
Hazem Krimi
2021-06-14 02:19:40 +01:00
parent 77c2a7fe0f
commit d21020986d
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#000000" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check-circle"><path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"></path><polyline points="22 4 12 14.01 9 11.01"></polyline></svg>

After

Width:  |  Height:  |  Size: 325 B

+2
View File
@@ -4,6 +4,7 @@ import { ReactComponent as ChevronDown } from './icons/chevron-down.svg';
import { ReactComponent as ArrowLeft } from './icons/arrow-left.svg'; import { ReactComponent as ArrowLeft } from './icons/arrow-left.svg';
import { ReactComponent as Search } from './icons/search.svg'; import { ReactComponent as Search } from './icons/search.svg';
import { ReactComponent as Check } from './icons/check.svg'; import { ReactComponent as Check } from './icons/check.svg';
import { ReactComponent as CheckCircle } from './icons/check-circle.svg';
import { ReactComponent as Google } from './icons/google.svg'; import { ReactComponent as Google } from './icons/google.svg';
import { ReactComponent as Settings } from './icons/settings.svg'; import { ReactComponent as Settings } from './icons/settings.svg';
import { ReactComponent as Logout } from './icons/logout.svg'; import { ReactComponent as Logout } from './icons/logout.svg';
@@ -30,6 +31,7 @@ export {
ArrowLeft, ArrowLeft,
Search, Search,
Check, Check,
CheckCircle,
Google, Google,
Settings, Settings,
Logout, Logout,