UNPKG
@fe6/icon-img
Version:
latest (1.2.2)
1.2.2
1.2.1
1.2.0
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
0.14.2
0.14.1
0.14.0
0.13.0
0.12.1
0.12.0
0.11.5
0.11.4
0.11.3
0.11.2
0.11.1
0.11.0
0.10.4
0.10.3
0.10.2
0.10.1
0.10.0
0.9.7
0.9.6
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0
0.8.1
0.8.0
0.7.0
0.6.0
0.5.0
Water Icon 的纯 HTML 图标
github.com/fe6/icon
fe6/icon
@fe6/icon-img
/
lib
/
icons
/
byted-database-code.d.ts
5 lines
(4 loc)
•
208 B
TypeScript
View Raw
1
2
3
4
5
import
{
IIconProps
}
from
'../runtime'
;
export
declare
const
getIconBytedDatabaseCodeSvgHtml
:
(
props
:
IIconProps
) =>
string
;
declare
const
_default
:
import
(
"../runtime"
).
IconReturn
;
export
default
_default;