UNPKG
@dlands/strapi-plugin-excel-export-2024
Version:
latest (1.1.0)
1.1.0
1.0.7
A strapi plugin used which can be used to download data in xlsx format
@dlands/strapi-plugin-excel-export-2024
/
admin
/
src
/
components
/
PluginIcon
/
index.js
13 lines
(9 loc)
•
178 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
/** * * PluginIcon * */
import
React
from
"react"
;
import
{
Download
}
from
"@strapi/icons"
;
const
PluginIcon
= (
) =>
<
Download
/>
;
export
default
PluginIcon
;