MeloSpot Icons is a carefully crafted collection of icons designed for modern web and mobile applications. Fully customizable, open-source, and built with simplicity in mind.
npm install @melospot/icons-reactyarn add @melospot/icons-reactimport { Music, Play, Heart } from '@melospot/icons-react'
export function MyComponent() {
return (
<div>
<Music size={24} />
<Play size={24} />
<Heart size={24} />
</div>
)
}Start using MeloSpot Icons in your next project. It takes less than a minute to get started.