mirror of
https://github.com/hazemKrimi/crimson-quirks-ui.git
synced 2026-05-01 18:20:28 +00:00
Add check circle asset
This commit is contained in:
@@ -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 |
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user