UNPKG

@filerobot-strapi/content-plugin

Version:
13 lines (9 loc) 293 B
/** * * PluginIcon * */ import React from 'react'; import Puzzle from '@strapi/icons/Puzzle'; const PluginIcon = () => <img src="https://assets.scaleflex.com/Marketing/Logos/Filerobot+Logos/Logo+Icon/icon.png?vh=23f160" width="16" height="16" />; export default PluginIcon;