UNPKG
@ricons/ionicons5
Version:
latest (0.13.0)
0.13.0
0.12.0
0.11.0
0.10.0
0.9.0
0.8.0
0.7.0
0.6.0
0.5.2
0.5.1
0.4.0
0.2.0
0.1.0
0.1.0-beta.0
React SVG icon components integrated from [`ionicons5`](https://ionicons.com/)
@ricons/ionicons5
/
Bluetooth.d.ts
4 lines
(3 loc)
•
192 B
TypeScript
View Raw
1
2
3
4
import
*
as
React
from
'react'
;
declare
const
_default
:
React
.
ForwardRefExoticComponent
<
Omit
<
React
.
SVGProps
<
SVGElement
>,
"ref"
> &
React
.
RefAttributes
<
SVGSVGElement
>>;
export
default
_default;