UNPKG

strapi-plugin-parent-child-relationships

Version:

Strapi plugin to create and manage parent-child relationships between content types using custom fields

13 lines (9 loc) 194 B
/** * * PluginIcon * */ import React from 'react'; import { Enumeration } from '@strapi/icons'; const CustomEnumerationIcon = () => <Enumeration />; export default CustomEnumerationIcon;