Skip to content

Commit

Permalink
feat: 원형 불꽃 아이콘 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
geongyu09 committed Feb 2, 2025
1 parent 1c29cec commit 8403175
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions FE/public/icons/frame.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions FE/src/components/icons/items/Frame.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import Image from "next/image";

const Frame = () => {
return <Image src="/icons/frame.svg" width={40} height={40} alt="frame" />;
};

export default Frame;

0 comments on commit 8403175

Please sign in to comment.