UNPKG
@fluent-windows/icons
Version:
latest (1.0.0)
1.0.0
Fluent-Windows Svg Icons.
fluent-windows.com
fluent-org/fluent-windows
@fluent-windows/icons
/
es
/
ExchangeCnyFill.d.ts
6 lines
(5 loc)
•
240 B
TypeScript
View Raw
1
2
3
4
5
6
/// <reference types="react" />
import
{
JSX
}
from
'./utils/createIcon'
;
export
declare
const
jsx
:
JSX
;
declare
const
_default
:
import
(
"react"
).
ForwardRefExoticComponent
<
import
(
"react"
).
RefAttributes
<
SVGElement
>>;
export
default
_default;