UNPKG

strapi-plugin-excel-export-2025-jotamaster

Version:

A strapi plugin used which can be used to download data in xlsx format

13 lines (9 loc) 166 B
/** * * PluginIcon * */ import React from "react"; import { Download } from "@strapi/icons"; const PluginIcon = () => <Download />; export default PluginIcon;