Add close icon

This commit is contained in:
Hazem Krimi
2021-05-28 17:41:06 +01:00
parent d725d6728c
commit 913537aea2
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="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x"><line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line></svg>

After

Width:  |  Height:  |  Size: 299 B

+2
View File
@@ -14,6 +14,7 @@ import { ReactComponent as Edit } from './icons/edit.svg';
import { ReactComponent as Delete } from './icons/delete.svg';
import { ReactComponent as General } from './icons/general.svg';
import { ReactComponent as Design } from './icons/design.svg';
import { ReactComponent as Close } from './icons/close.svg';
import { ReactComponent as Login } from './images/login.svg';
import { ReactComponent as Signup } from './images/signup.svg';
import { ReactComponent as Empty } from './images/empty.svg';
@@ -35,6 +36,7 @@ export {
Delete,
General,
Design,
Close,
Login,
Signup,
Empty,