1000개 이상의 벡터(svg) 파일을 제공하는 오픈 소스 아이콘 라이브러리
name | type | default |
size | number | 24 |
color | string | currentColor |
strokeWidth | number | 2 |
absoluteStrokeWidth | boolean | false |
npm install lucide-react
import { Camera } from 'lucide-react';
// Usage
const App = () => {
return <Camera color="red" size={48} />;
};
export default App;
Lucide Icons
Beautiful & consistent icon toolkit made by the community.
lucide.dev
Lucide Icons
Beautiful & consistent icon toolkit made by the community.
lucide.dev
[dotLottie] Lottie 파일로 애니메이션 리소스 적용 + gif 파일 json 파일로 변환하는 법 (1) | 2025.01.12 |
---|