Skip to content

Commit b887b22

Browse files
committed
chore: camera 아이콘 추가
1 parent 219a23a commit b887b22

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

src/shared/ui/assets/camera.svg

Lines changed: 13 additions & 0 deletions
Loading

src/shared/ui/assets/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import ArrowDown from './arrow-down.svg';
33
import ArrowLeft from './arrow-left.svg';
44
import ArrowRight from './arrow-right.svg';
55
import ArrowUp from './arrow-up.svg';
6+
import Camera from './camera.svg';
67
import Check from './check.svg';
78
import Close from './close.svg';
89
import DownLoad from './download.svg';
@@ -28,6 +29,7 @@ export const Icons = {
2829
arrowRight: ArrowRight,
2930
check: Check,
3031
close: Close,
32+
camera: Camera,
3133
download: DownLoad,
3234
etc: Etc,
3335
file: File,

0 commit comments

Comments
 (0)