MMK Icons is a high-quality icon library designed specifically for React and Next.js projects. All icons are built with TypeScript and support easy customization through props.
interface IconProps {
size?: string;
fill?: string;
className?: string;
style?: React.CSSProperties;
}