Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📄 PR 내용 요약
아이콘 타입, 사이즈, 색상을 선택해 사용할 수 있는 컴포넌트입니다.
✅ 작업 내용 상세
icon: 사용할 아이콘 이름 (스토리북 참고해주세요)size: 아이콘 크기 ("xs" | "sm" | "md" | "lg" | "xl" | "2xl")color: 아이콘 색상("default" | "primary" | "secondary" | "danger100" | "danger200" | "gray" | "black" | "white")className: pc:, tablet:, mobile:, w-[], h-[], text-[컬러] 등 상황에 맞게 커스텀해서 사용가능합니다!📸 스크린샷 (선택사항)
스토리북 스크린샷
💬 참고 사항
/public/icons/..디렉토리에 추가했습니다.아이콘이 아닌 꾸밈용 백터(svg) 일러스트같은 경우에는 svgr로 직접
import해서 사용해서 사용하는게 좀 더 자연스럽지 않나 생각하는데.. 어떤 방법이 좋을까요?