Skip to content
This repository was archived by the owner on Dec 7, 2025. It is now read-only.

Latest commit

 

History

History
63 lines (43 loc) · 1.33 KB

File metadata and controls

63 lines (43 loc) · 1.33 KB

MarketIcons

A modern icon library that simplifies the use of stock market company logos in your React and React Native projects. Currently supporting Borsa Istanbul (BIST) companies, with plans to expand to other major stock markets.

📦 Available Packages

Borsa Istanbul (BIST)

  • @marketicons/bist: Core SVG icons for BIST companies
  • @marketicons/bist-react: Ready-to-use React components
  • @marketicons/bist-react-native: Ready-to-use React Native components

🚀 Getting Started

For React projects:

npm install @marketicons/bist-react

For React Native projects:

npm install @marketicons/bist-react-native react-native-svg

💡 Usage Example

// React
import { BistIcon } from "@marketicons/bist-react";

function App() {
  return <BistIcon name="THYAO" size={32} />;
}

// React Native
import { BistIcon } from "@marketicons/bist-react-native";

function App() {
  return <BistIcon name="THYAO" size={32} />;
}

🌟 Features

  • High-quality SVG icons for stock market companies
  • TypeScript support
  • Easy integration
  • Regular updates

🗺️ Roadmap

  • Borsa Istanbul (BIST) support
  • Crypto markets support
  • NASDAQ support
  • NYSE support
  • London Stock Exchange support
  • More exchanges coming soon...

📝 License

MIT © Codixus