icons.scss
is source file for the all custom icon plugins.
It's fast, flexible, and reliable — with zero-runtime.
Remix Icon is a set of open-source neutral-style system symbols elaborately crafted for designers and developers. of the icons are free for both personal and commercial use.
yarn add remixicon
@import 'remixicon/fonts/remixicon.css';
<i className="ri-home-4-line"></i>
Lucide Icon are a set of icons commonly used in various applications or graphical user interfaces. Lucide icons are known for their clear and modern design, providing visual representations for different functions or features within a software application.
yarn add lucide-react
import { Sun } from "lucide-react"
<Sun />