Icons

Documentation

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.

Features

  • 70+ Modern Web Icons
  • Full TypeScript Support
  • Supports className and style props
  • Customizable fill and size
  • Compatible with Bun, Yarn, and PNPM

Icon Props

interface IconProps {
  size?: string;
  fill?: string;
  className?: string;
  style?: React.CSSProperties;
}