UNPKG
@radix-ui/react-icons
Version:
latest (1.3.2)
next (2.0.0-rc.1757690387036)
2.0.0-rc.1757690387036
2.0.0-rc.1757690000865
1.3.2
1.3.1
1.3.0
1.2.0
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
Radix UI React Icon Set
@radix-ui/react-icons
/
dist
/
BorderLeftIcon.d.ts
5 lines
(4 loc)
•
222 B
TypeScript
View Raw
1
2
3
4
5
import
*
as
React
from
'react'
;
import
{
IconProps
}
from
'./types'
;
export
declare
const
BorderLeftIcon
:
React
.
ForwardRefExoticComponent
<
IconProps
&
React
.
RefAttributes
<
SVGSVGElement
>>;
export
default
BorderLeftIcon
;