UNPKG
@marketicons/bist
Version:
latest (1.0.1)
1.0.1
1.0.0
BIST (Borsa Istanbul) company logos as SVG icons
@marketicons/bist
/
dist
/
index.d.ts
9 lines
(8 loc)
•
157 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
declare
const
icons
: { [
key
:
string
]: {
viewBox
:
string
;
content
:
string
; }; };
export
type
IconName
= keyof
typeof
icons;
export
default
icons;