UNPKG
@entypo-icons/core
Version:
latest (1.0.1)
1.0.1
1.0.0
Entypo+ icons core package
github.com/geakstr/entypo-icons
geakstr/entypo-icons
@entypo-icons/core
/
icons
/
tripadvisor.d.ts
8 lines
(7 loc)
•
196 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
declare
const
_default
: {
readonly
icon
:
"tripadvisor"
;
readonly
paths
:
string
;
readonly
getSvg
:
() =>
string
;
readonly
getSprite
:
() =>
string
; };
export
default
_default;