UNPKG
@cpmech/iricons
Version:
latest (0.5.1)
0.5.1
0.5.0
0.4.1
0.4.0
0.3.0
0.2.0
0.1.1
0.1.0
Ion React Icons
github.com/cpmech/iricons
cpmech/iricons
@cpmech/iricons
/
IconBugSharp.d.ts
7 lines
(6 loc)
•
187 B
TypeScript
View Raw
1
2
3
4
5
6
7
/// <reference types="react" />
export
interface
IconBugSharpProps
{
size
?:
string
;
style
?:
React
.
CSSProperties
; }
export
declare
const
IconBugSharp
:
React
.
FC
<
IconBugSharpProps
>;