<3 Icons
Icon Set https://icones.js.org/collection/material-symbols
Collection of FOSS Icons Sets https://iconify.design/
Icon Import Library https://github.com/unplugin/unplugin-icons
Where to find the existing icons? Find the list of existing icons in Packages/Icons/src/index.ts
How to use Icons?
import { IconMenu } from "@repo/icons";…<IconMenu />
How to add Icons? Find an icon you want to use from this collection. We are aiming for Rounded and outlined icons Download and place them in Packages/Icons/Src Change the name to fit the pattern Icon[DescriptiveName] Change the size from 1 to 1.5 rem, otherwise are the icons too small Add an export in Packages/Icons/src/index.ts