Skip to content

kishore-sv/mmk-icons-web

Repository files navigation

mmk-icons
npm version npm license npm downloads

mmk-icons

A collection of developer icons — React, Next.js, TailwindCSS, GitHub, and more — built for seamless integration into React and Next.js projects.

iconsinstallationusage


Features

  • Ready-to-use React components
  • Full styling support (className, fill, style)
  • Easy to scale, animate, and theme with Tailwind CSS or custom styles
  • Tree-shakable and lightweight

NPM Package


Installation

npm install mmk-icons

Basic Usage

import { NextjsIcon } from 'mmk-icons';

const App = () => {
  return <NextjsIcon />;
};

export default App;

** Custom Styling **

import { NextjsIcon } from 'mmk-icons';

const App = () => {
  return (
    <NextjsIcon
      className="text-neutral-900"
      fill="white"
      style={{ width: "30px", height: "30px" }}
    />
  );
};

export default App;

- <NextjsIcon />
+ <NextjsIcon
+   className="text-neutral-900"
+   fill="white"
+   style={{ width: "30px", height: "30px" }}
+ />





Use any of the following:

ReactIcon

NextjsIcon

TailwindIcon

MongoDbIcon

PostgresIcon

SqlIcon

HtmlIcon

CssIcon

JsIcon

TsIcon

ReduxIcon

GraphQlIcon

ExpressIcon

DockerIcon

GitIcon

GoogleIcon

GitHubIcon

...and more

About

Website for mmk icons which are used in react and nextjs

Topics

Resources

Stars

2 stars

Watchers

0 watching

Forks

Contributors

Languages