mirror of
https://github.com/hazemKrimi/crimson-quirks-ui.git
synced 2026-05-02 02:30:29 +00:00
Add more assets
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="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 |
@@ -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 |
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user