/**
 *
 * PluginIcon
 *
 */

import React from 'react';
import { Enumeration } from '@strapi/icons';

const CustomEnumerationIcon = () => <Enumeration />;

export default CustomEnumerationIcon;
