UNPKG

strapi-content-type-explorer

Version:

A Strapi plugin to view your content types and their relationships

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