UNPKG

@marketicons/bist

Version:

BIST (Borsa Istanbul) company logos as SVG icons

9 lines (8 loc) 157 B
declare const icons: { [key: string]: { viewBox: string; content: string; }; }; export type IconName = keyof typeof icons; export default icons;