Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@meta-market-nft/mint-icons

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@meta-market-nft/mint-icons

  • 1.0.1
  • latest
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

🖼️ Mint Icons

📗 Table of Contents

📖 Mint Icons

mint-icons is a React-based icon library designed for seamless integration across the MetaMarket microfrontend applications. This package provides a collection of reusable SVG icons optimized for performance and accessibility, ensuring a consistent visual experience throughout the project.

📦 Features

  • 📁 SVG Icons: A set of optimized, scalable vector icons.
  • 🛠️ React Components: Easy-to-use, customizable icons as React components.
  • 🎨 Tailwind CSS Support: Pre-styled with Tailwind classes for quick integration.
  • ⚡ Tree-shakable: Import only the icons you need to reduce bundle size.
  • 🚀 TypeScript Support: Fully typed components for a better developer experience.

🚀 NPM

(back to top)

💻 Getting Started

Install

Install this project with:

  npm install @metamarket/mint-icons

Build Icons

  npx nx run mint-icons:build:icons

Usage

  import { ArrowLeft, ArrowRight } from '@metamarket/mint-icons';

  export default function App() {
    return (
      <div className="flex items-center gap-4">
        <ArrowLeft className="w-6 h-6 text-gray-600" />
        <ArrowRight className="w-6 h-6 text-blue-500" />
      </div>
    );
  }

(back to top)

🙏 Acknowledgments

  • Figma design by Anima.
  • The project setup using Nx tool.

(back to top)

FAQs

Package last updated on 19 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc