UNPKG
@nomercyicons/react
Version:
insiders (0.0.0-insiders.e4f0b47a)
latest (1.1.1)
1.1.1
1.1.0
1.0.1
0.0.0-insiders.e4f0b47a
0.0.0-insiders.ca03ff41
0.0.0-insiders.bada929d
0.0.0-insiders.8afd9d0a
0.0.0-insiders.06f7cf9e
github.com/NoMercy-Entertainment/icons
NoMercy-Entertainment/icons
@nomercyicons/react
/
mui
/
ParkRoundedIcon.d.ts
4 lines
(3 loc)
•
250 B
TypeScript
View Raw
1
2
3
4
import
*
as
React
from
'react'
;
declare
const
ParkRounded
:
React
.
ForwardRefExoticComponent
<
React
.
PropsWithoutRef
<
React
.
SVGProps
<
SVGSVGElement
>> & {
title
?:
string
,
titleId
?:
string
} &
React
.
RefAttributes
<
SVGSVGElement
>>;
export
default
ParkRounded
;