UNPKG
@wellness-icons/react
Version:
insiders (0.0.0-insiders.2d76067)
latest (0.0.4)
2.0.13
0.0.4
0.0.0-insiders.ef102a5
0.0.0-insiders.e1a0549
0.0.0-insiders.cdedd9f
0.0.0-insiders.3c0e16b
0.0.0-insiders.2d76067
github.com/saunaworlds/wellness-icons
saunaworlds/wellness-icons
@wellness-icons/react
/
24
/
outline
/
TrainIcon.d.ts
4 lines
(3 loc)
•
246 B
TypeScript
View Raw
1
2
3
4
import
*
as
React
from
'react'
;
declare
const
TrainIcon
:
React
.
ForwardRefExoticComponent
<
React
.
PropsWithoutRef
<
React
.
SVGProps
<
SVGSVGElement
>> & {
title
?:
string
,
titleId
?:
string
} &
React
.
RefAttributes
<
SVGSVGElement
>>;
export
default
TrainIcon
;