UNPKG
@iimm/icons
Version:
latest (1.1.0)
1.1.0
1.0.2
1.0.1
1.0.0
some react svg icons
@iimm/icons
/
dist
/
esm
/
colorful
/
IconZipColorful
/
index.d.ts
5 lines
(4 loc)
•
176 B
TypeScript
View Raw
1
2
3
4
5
/// <reference types="react" />
import
{
IconProps
}
from
'../../types'
;
/** 压缩文件图标 */
export
declare
const
IconZipColorful
:
(
props
:
IconProps
) =>
JSX
.
Element
;