UNPKG
@theshadow27/heroicons-react
Version:
insiders (0.0.0-insiders.e795392)
latest (2.1.4)
2.1.4
0.0.0-insiders.e795392
github.com/theshadow27/heroicons
theshadow27/heroicons
@theshadow27/heroicons-react
/
24
/
outline
/
TruckIcon.d.ts
4 lines
(3 loc)
•
246 B
TypeScript
View Raw
1
2
3
4
import
*
as
React
from
'react'
;
declare
const
TruckIcon
:
React
.
ForwardRefExoticComponent
<
React
.
PropsWithoutRef
<
React
.
SVGProps
<
SVGSVGElement
>> & {
title
?:
string
,
titleId
?:
string
} &
React
.
RefAttributes
<
SVGSVGElement
>>;
export
default
TruckIcon
;