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
/
IconArrowRedoCircleSharp.d.ts
7 lines
(6 loc)
•
223 B
TypeScript
View Raw
1
2
3
4
5
6
7
/// <reference types="react" />
export
interface
IconArrowRedoCircleSharpProps
{
size
?:
string
;
style
?:
React
.
CSSProperties
; }
export
declare
const
IconArrowRedoCircleSharp
:
React
.
FC
<
IconArrowRedoCircleSharpProps
>;