/**
 *
 * PluginIcon
 *
 */

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

const CustomRelationIcon = () => <Relation />;

export default CustomRelationIcon;
