Add more assets

This commit is contained in:
Hazem Krimi
2021-06-16 00:40:45 +01:00
parent 817f1fd332
commit 850070c257
3 changed files with 6 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-code"><polyline points="16 18 22 12 16 6"></polyline><polyline points="8 6 2 12 8 18"></polyline></svg>

After

Width:  |  Height:  |  Size: 307 B

+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-zap"><polygon points="13 2 3 14 12 14 11 22 21 10 12 10 13 2"></polygon></svg>

After

Width:  |  Height:  |  Size: 282 B

+4
View File
@@ -18,6 +18,8 @@ import { ReactComponent as Edit } from './icons/edit.svg';
import { ReactComponent as Delete } from './icons/delete.svg'; import { ReactComponent as Delete } from './icons/delete.svg';
import { ReactComponent as General } from './icons/general.svg'; import { ReactComponent as General } from './icons/general.svg';
import { ReactComponent as Design } from './icons/design.svg'; import { ReactComponent as Design } from './icons/design.svg';
import { ReactComponent as FullBuild } from './icons/full-build.svg';
import { ReactComponent as MVP } from './icons/mvp.svg';
import { ReactComponent as Specification } from './icons/specification.svg'; import { ReactComponent as Specification } from './icons/specification.svg';
import { ReactComponent as Features } from './icons/features.svg'; import { ReactComponent as Features } from './icons/features.svg';
import { ReactComponent as Frontend } from './icons/frontend.svg'; import { ReactComponent as Frontend } from './icons/frontend.svg';
@@ -48,6 +50,8 @@ export {
Delete, Delete,
General, General,
Design, Design,
FullBuild,
MVP,
Specification, Specification,
Features, Features,
Frontend, Frontend,