We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
현재 IconComponent가 svg를 그대로 사용하고 있어서, 재사용성이 좋지 않습니다. 크기가 다르거나 방향이 다른 Icon에 대해서 새로운 svg를 생성하고, Icon type을 추가하는 번거로움을 줄이기 위해 Icon component 재사용성을 증가시킵니다.
The text was updated successfully, but these errors were encountered:
Todari
When branches are created from issues, their pull requests are automatically linked.
📄 설명
현재 IconComponent가 svg를 그대로 사용하고 있어서, 재사용성이 좋지 않습니다.
크기가 다르거나 방향이 다른 Icon에 대해서 새로운 svg를 생성하고, Icon type을 추가하는 번거로움을 줄이기 위해 Icon component 재사용성을 증가시킵니다.
🏁 할 일
🫡 참고사항
The text was updated successfully, but these errors were encountered: