npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

@gamzesirin/minime-icons

v1.2.0

Published

Modern ve minimal tasarlanmış SVG ikon kütüphanesi. React ve Next.js ile kolayca kullanın.

Downloads

16

Readme

@gamzesirin/minime-icons

Modern ve minimal tasarlanmış SVG ikon kütüphanesi. React ve Next.js projelerinizde kolayca kullanabileceğiniz 100+ güzel ikon.

npm version npm downloads license

✨ Özellikler

  • 🎨 Modern & Minimal: Her ihtiyaca uygun, temiz ve minimal tasarlanmış SVG ikonlar
  • ⚡ Yüksek Performans: Optimize edilmiş SVG dosyalar ile maksimum performans
  • 🎛️ Özelleştirilebilir: Boyut, renk ve çizgi kalınlığı gibi özellikleri kolayca değiştirin
  • 📦 Kolay Entegrasyon: React, Next.js ve diğer modern framework'ler ile hızlı entegrasyon
  • 🔍 Arama Destekli: Kategoriler ve anahtar kelimeler ile kolayca ikon arayın
  • 📱 Responsive: Tüm ekran boyutlarında mükemmel görünüm
  • 🌙 Dark Mode: Karanlık tema desteği
  • 💯 TypeScript: Tam TypeScript desteği

📦 Kurulum

npm install @gamzesirin/minime-icons
yarn add @gamzesirin/minime-icons
pnpm add @gamzesirin/minime-icons

🚀 Kullanım

Temel Kullanım

import { HomeIcon, SearchIcon, UserIcon } from '@gamzesirin/minime-icons'

function App() {
	return (
		<div>
			<HomeIcon />
			<SearchIcon size={24} />
			<UserIcon color="#3B82F6" strokeWidth={1.5} />
		</div>
	)
}

Icon Props

Tüm ikonlar aşağıdaki props'ları destekler:

interface IconProps {
	size?: number // İkon boyutu (varsayılan: 24)
	color?: string // İkon rengi (varsayılan: currentColor)
	strokeWidth?: number // Çizgi kalınlığı (varsayılan: 2)
	className?: string // CSS sınıfı
	style?: CSSProperties // Inline stil
	// ...diğer SVG props'ları
}

Kullanım Örnekleri

// Boyut özelleştirme
<HomeIcon size={32} />

// Renk özelleştirme
<SearchIcon color="#10B981" />

// Çizgi kalınlığı
<UserIcon strokeWidth={1.5} />

// CSS sınıfı ile
<HeartIcon className="text-red-500 hover:scale-110 transition-transform" />

// Inline stil ile
<StarIcon style={{ color: '#F59E0B', fontSize: '2rem' }} />

Mevcut İkonlar

🏠 Temel İkonlar

  • HomeIcon - Ana sayfa
  • SearchIcon - Arama
  • MenuIcon - Menü
  • CloseIcon - Kapat
  • SettingsIcon - Ayarlar

➡️ Ok İkonları

  • ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, ArrowDownIcon
  • ChevronUpIcon, ChevronDownIcon

🎵 Medya İkonları

  • PlayIcon, PauseIcon, StopIcon
  • MusicIcon, VideoIcon, HeadphonesIcon

📁 Dosya İkonları

  • FileIcon, FolderIcon, SaveIcon
  • DownloadIcon, DownloadCloudIcon, TrashIcon

👤 Kullanıcı İkonları

  • UserIcon, UsersIcon
  • UserPlusIcon, UserMinusIcon

📞 İletişim İkonları

  • MailIcon, PhoneIcon, PhoneCallIcon
  • PhoneIncomingIcon, PhoneOutgoingIcon, PhoneMissedIcon

🌐 Sosyal Medya İkonları

  • TwitterIcon, GithubIcon, LinkedinIcon
  • InstagramIcon, DribbbleIcon

🛒 E-ticaret İkonları

  • ShoppingCartIcon, CreditCardIcon, TagIcon
  • PackageIcon, GiftIcon, DiscountIcon

Ve daha fazlası! Tüm ikonları görmek için demo siteyi ziyaret edin.

Toplam: 100+ ikon mevcut

Kategori ve Arama

import { IconList, categories, getIconsByCategory, searchIcons } from '@gamzesirin/minime-icons'

// Tüm ikonları listele
console.log(IconList)

// Kategorileri listele
console.log(categories)

// Medya kategorisindeki ikonları al
const mediaIcons = getIconsByCategory('Media')

// İkon ara
const searchResults = searchIcons('home')

🎨 Demo ve Dökümantasyon

🌐 Demo Sitesi - Tüm ikonları keşfedin ve interaktif olarak test edin

💻 Geliştirme

# Projeyi klonlayın
git clone https://github.com/gamzesirin/minime-icons.git

# Bağımlılıkları yükleyin
npm install

# Geliştirme sunucusunu başlatın
npm run dev

# Kütüphaneyi derleyin
npm run build:lib

🤝 Katkıda Bulunma

Katkılarınızı memnuniyetle karşılıyoruz!

  1. Bu repository'yi fork edin
  2. Feature branch oluşturun (git checkout -b feature/amazing-feature)
  3. Değişikliklerinizi commit edin (git commit -m 'feat: add amazing feature')
  4. Branch'inizi push edin (git push origin feature/amazing-feature)
  5. Pull Request açın

📄 Lisans

Bu proje MIT lisansı altında lisanslanmıştır. Detaylar için LICENSE dosyasını inceleyin.

👤 Yazar

Gamze Şirin

🙏 Teşekkürler

  • Tüm katkıda bulunan geliştiricilere
  • React ve Next.js ekiplerine
  • Açık kaynak topluluğuna